Commit 01ba48e0 by 刘海龙

1111

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