Commit 01ba48e0 by 刘海龙

1111

parent 5edf36c6
......@@ -203,7 +203,6 @@
if (_this.uploadName === 'front_view') {
id = 'file';
saveName = 'auth_' + uid + '_1';
this.isFile = false
console.log(1111)
}
if (_this.uploadName === 'back_view') {
......@@ -215,7 +214,7 @@
saveName = 'auth_' + uid + '_3';
}
var loadingIndex = layer.load(2);
_this.isFile = false
$.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