Explorar el Código

new interface

ming hace 3 años
padre
commit
3c933a84a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/static/script_msg.js

+ 1 - 1
api/static/script_msg.js

@@ -130,7 +130,7 @@ $(".next").click(function () {
 
 $(".gen_avatar").click(function () {
 
-  dataOBJ = { "imgurl": $('.img_src').val() }
+  dataOBJ = { "imgurl": $('.imgsrc').val() }
   objstr = JSON.stringify(dataOBJ);
   console.log(dataOBJ)
   //alert('資料已送出! 請耐心等候')