Commit 1860cf9a by 刘海龙

111

parent 4ef95b3a
...@@ -206,15 +206,12 @@ ...@@ -206,15 +206,12 @@
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