|
@@ -66,12 +66,9 @@ $(".next").click(function(){
|
|
|
});
|
|
|
|
|
|
});
|
|
|
+
|
|
|
$(".gen_avatar").click(function(){
|
|
|
- button.setAttribute('disabled', '');
|
|
|
- setTimeout(function(){
|
|
|
- button.removeAttribute('disabled')
|
|
|
- }, 4000);
|
|
|
-
|
|
|
+
|
|
|
dataOBJ = {"imgurl":$('.img_src').val()}
|
|
|
objstr = JSON.stringify(dataOBJ);
|
|
|
console.log(dataOBJ)
|