Commit 18482a5e by 刘海龙

1111

parent 9dd1f156
...@@ -209,14 +209,10 @@ ...@@ -209,14 +209,10 @@
if (_this.uploadName === 'back_view') { if (_this.uploadName === 'back_view') {
id = 'file2'; id = 'file2';
saveName = 'auth_' + uid + '_2'; saveName = 'auth_' + uid + '_2';
_this.isFile2 = false
console.log(2222)
} }
if (_this.uploadName === 'handset_view') { if (_this.uploadName === 'handset_view') {
id = 'file3'; id = 'file3';
saveName = 'auth_' + uid + '_3'; saveName = 'auth_' + uid + '_3';
_this.isFile = false
console.log(3333)
} }
var loadingIndex = layer.load(2); var loadingIndex = layer.load(2);
...@@ -244,12 +240,10 @@ ...@@ -244,12 +240,10 @@
if (_this.uploadName === 'back_view') { if (_this.uploadName === 'back_view') {
console.log(22222) console.log(22222)
_this.form.back_view = str.data.url; _this.form.back_view = str.data.url;
_this.isFile2 = true
} }
if (_this.uploadName === 'handset_view') { if (_this.uploadName === 'handset_view') {
console.log(3333) console.log(3333)
_this.form.handset_view = str.data.url; _this.form.handset_view = str.data.url;
_this.isFile3 = true
} }
_this.checkSubmit(); _this.checkSubmit();
layer.close(loadingIndex); layer.close(loadingIndex);
......
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