Commit 1895b4ce by 刘海龙

111

parent 742e1f66
...@@ -131,13 +131,13 @@ ...@@ -131,13 +131,13 @@
layer.msg("修改已图片方法调用了"); layer.msg("修改已图片方法调用了");
this.uploadName = name; this.uploadName = name;
if (this.uploadName === 'front_view') { if (this.uploadName === 'front_view') {
this.upload() $("#file").click();
} }
if (this.uploadName === 'back_view') { if (this.uploadName === 'back_view') {
this.upload() $("#file2").click();
} }
if (this.uploadName === 'handset_view') { if (this.uploadName === 'handset_view') {
this.upload() $("#file3").click();
} }
}, },
upload: function () { upload: function () {
......
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