Commit c3ce7bb8 by 冷斌

fix bug

parent 60cf81f1
......@@ -46,9 +46,9 @@
<!-- <input id="file" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>
<input id="file2" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>
<input id="file3" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/> -->
<input id="file" multiple="false" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
<input id="file2" multiple="false" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
<input id="file3" multiple="false" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
<input id="file" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
<input id="file2" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
<input id="file3" name="image" type="file" style="display: none;" class="upload" accept="image/*" @change="upload"/>
</div>
<!-- 按钮 -->
......@@ -182,6 +182,7 @@
_this.form.handset_view = str.data.url;
_this.handset_view = str.data.url;
}
$('#'+id).val('');
_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