Commit 4676190f by 刘海龙

1111

parent 3b3b56ab
......@@ -198,10 +198,6 @@
if (_this.uploadName === 'front_view') {
id = 'file';
saveName = 'auth_' + uid + '_1';
$('#file').replaceWith('<input id="file" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>');
$('#file').on('change', function () {
object.upload();
});
}
if (_this.uploadName === 'back_view') {
id = 'file2';
......
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