Commit b74b23a8 by 刘海龙

111

parent a1c9ea46
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
saveName = 'auth_' + uid + '_3'; saveName = 'auth_' + uid + '_3';
} }
var loadingIndex = layer.load(2); var loadingIndex = layer.load(2);
$(document).off('change',id).on('change',id,function(){
$.ajaxFileUpload({ $.ajaxFileUpload({
url: './index.php?g=Appapi&m=Auth&a=upload', url: './index.php?g=Appapi&m=Auth&a=upload',
secureuri: false, secureuri: false,
...@@ -190,7 +189,6 @@ ...@@ -190,7 +189,6 @@
console.log(data); console.log(data);
} }
}); });
});
}, },
submit: function () { submit: function () {
let data = this.form; let data = this.form;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment