Commit ad1164b5 by 刘海龙

11

parent afc51068
......@@ -252,6 +252,9 @@
layer.close(loadingIndex);
let msg = str.msg ? str.msg : '上传失败';
layer.msg(msg);
_this.isFile = true
_this.isFile2 = true
_this.isFile3 = true
} else {
if (_this.uploadName === 'front_view') {
_this.form.front_view = str.data.url;
......@@ -272,6 +275,9 @@
error: function (data) {
layer.msg("上传失败");
console.log(data);
_this.isFile = true
_this.isFile2 = 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