Commit 3047bea1 by 刘海龙

1111

parent f29805c7
......@@ -173,12 +173,15 @@
} else {
if (_this.uploadName === 'front_view') {
_this.form.front_view = str.data.url;
$(document).off('change','#file').on('change','#file');
}
if (_this.uploadName === 'back_view') {
_this.form.back_view = str.data.url;
$(document).off('change','#file1').on('change','#file1');
}
if (_this.uploadName === 'handset_view') {
_this.form.handset_view = str.data.url;
$(document).off('change','#file2').on('change','#file2');
}
_this.checkSubmit();
layer.close(loadingIndex);
......
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