Commit 742e1f66 by 刘海龙

1111

parent 85865a46
...@@ -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') {
$("#file").click(); this.upload()
} }
if (this.uploadName === 'back_view') { if (this.uploadName === 'back_view') {
$("#file2").click(); this.upload()
} }
if (this.uploadName === 'handset_view') { if (this.uploadName === 'handset_view') {
$("#file3").click(); this.upload()
} }
}, },
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