Commit b7c96c33 by 刘海龙

11111

parent 702d78df
...@@ -201,15 +201,19 @@ ...@@ -201,15 +201,19 @@
id = 'file'; id = 'file';
saveName = 'auth_' + uid + '_1'; saveName = 'auth_' + uid + '_1';
_this.isFile = false _this.isFile = false
console.log(11111) console.log(1111)
} }
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);
...@@ -235,10 +239,12 @@ ...@@ -235,10 +239,12 @@
_this.isFile = true _this.isFile = true
} }
if (_this.uploadName === 'back_view') { if (_this.uploadName === 'back_view') {
console.log(22222)
_this.form.back_view = str.data.url; _this.form.back_view = str.data.url;
_this.isFile2 = true _this.isFile2 = true
} }
if (_this.uploadName === 'handset_view') { if (_this.uploadName === 'handset_view') {
console.log(3333)
_this.form.handset_view = str.data.url; _this.form.handset_view = str.data.url;
_this.isFile3 = true _this.isFile3 = true
} }
......
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