Commit 02cfa215 by 冷斌

踢人

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