Commit 7a335924 by 刘海龙

aaa

parent b74b23a8
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
this.checkSubmit(); this.checkSubmit();
}, },
addImg: function (name) { addImg: function (name) {
layer.msg("修改已图片方法调用了");
this.uploadName = name; this.uploadName = name;
if (this.uploadName === 'front_view') { if (this.uploadName === 'front_view') {
$("#file").click(); $("#file").click();
...@@ -141,7 +140,6 @@ ...@@ -141,7 +140,6 @@
} }
}, },
upload: function () { upload: function () {
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