Commit bdfcbcd1 by 刘海龙

111

parent 5be07999
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
}) })
}, },
addImg: function (name) { addImg: function (name) {
layer.msg("修改已图片方法调用了"); // layer.msg("修改已图片方法调用了");
this.uploadName = name; this.uploadName = name;
if (this.uploadName === 'front_view') { if (this.uploadName === 'front_view') {
$("#file").click(); $("#file").click();
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
} }
}, },
upload: function () { upload: function () {
layer.msg("上传图片方法调用了"); // layer.msg("上传图片方法调用了");
let _this = this; let _this = this;
let saveName, id = ''; let saveName, id = '';
if (_this.uploadName === 'front_view') { if (_this.uploadName === 'front_view') {
......
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