Browse Source

fix gen avatar

ming 3 năm trước cách đây
mục cha
commit
7ead2ab993
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/static/script_msg.js

+ 1 - 1
api/static/script_msg.js

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