Commit 7aa90756 by 刘海龙

111

parent 299eda06
......@@ -130,13 +130,13 @@
addImg: function (name) {
this.uploadName = name;
if (this.uploadName === 'front_view') {
$("#file").click();
$("#file").onchange();
}
if (this.uploadName === 'back_view') {
$("#file2").click();
$("#file2").onchange();
}
if (this.uploadName === 'handset_view') {
$("#file3").click();
$("#file3").onchange();
}
},
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