Commit dc63a19d by 刘海龙

111

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