Commit 7c4e2087 by 刘海龙

11

parent 03dad652
......@@ -43,9 +43,9 @@
:class="[form.handset_view ? 'zhengjz' : 'addTipsimg']">
<div v-show="form.handset_view ? false : true" class="addTips_wz">手持证件照</div>
</div>
<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"/>
<div id="file" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"></div>
<div id="file2" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"></div>
<div id="file3" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"></div>
</div>
<!-- 按钮 -->
......
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