Commit 06e4fa9d by 刘海龙

111

parent b7c96c33
...@@ -185,12 +185,15 @@ ...@@ -185,12 +185,15 @@
this.uploadName = name; this.uploadName = name;
if (this.uploadName === 'front_view') { if (this.uploadName === 'front_view') {
$("#file").click(); $("#file").click();
console.log(this.isFile)
} }
if (this.uploadName === 'back_view') { if (this.uploadName === 'back_view') {
$("#file2").click(); $("#file2").click();
console.log(this.isFile2)
} }
if (this.uploadName === 'handset_view') { if (this.uploadName === 'handset_view') {
$("#file3").click(); $("#file3").click();
console.log(this.isFile3)
} }
}, },
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