Commit ad32710d by 冷斌

fix bug

parent 82c50d99
...@@ -186,16 +186,16 @@ ...@@ -186,16 +186,16 @@
_this.isFile3 = true _this.isFile3 = true
} else { } else {
if (_this.uploadName === 'front_view') { if (_this.uploadName === 'front_view') {
_this.front_view = str.data.url; _this.form.front_view = str.data.url;
_this.isFile = true _this.isFile = true
} }
if (_this.uploadName === 'back_view') { if (_this.uploadName === 'back_view') {
_this.isFile2 = true _this.isFile2 = true
_this.back_view = str.data.url; _this.form.back_view = str.data.url;
} }
if (_this.uploadName === 'handset_view') { if (_this.uploadName === 'handset_view') {
_this.isFile3 = true _this.isFile3 = true
_this.handset_view = str.data.url; _this.form.handset_view = str.data.url;
} }
_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