Commit dc63a19d by 刘海龙

111

parent 1925443e
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
} }
}, },
upload: function () { upload: function () {
$event.target.value = null
let _this = this; let _this = this;
let saveName, id = ''; let saveName, id = '';
if (_this.uploadName === 'front_view') { if (_this.uploadName === 'front_view') {
...@@ -153,7 +154,6 @@ ...@@ -153,7 +154,6 @@
saveName = 'auth_' + uid + '_3'; saveName = 'auth_' + uid + '_3';
} }
var loadingIndex = layer.load(2); var loadingIndex = layer.load(2);
layer.msg(saveName);
$.ajaxFileUpload({ $.ajaxFileUpload({
url: './index.php?g=Appapi&m=Auth&a=upload', url: './index.php?g=Appapi&m=Auth&a=upload',
secureuri: false, secureuri: false,
......
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