Commit 61625081 by 冷斌

踢人

parent c1bf6f54
...@@ -29,19 +29,13 @@ ...@@ -29,19 +29,13 @@
<div class="scimgBox"> <div class="scimgBox">
<div class="imgItem" @click="addImg('front_view')"> <div class="imgItem" @click="addImg('front_view')">
<img :src="form.front_view ? form.front_view : upload_image" <img :src="form.front_view ? form.front_view : upload_image">
:class="[form.front_view ? 'zhengjz' : 'addTipsimg']">
<div v-show="form.front_view ? false : true" class="addTips_wz">上传证件人像面</div>
</div> </div>
<div class="imgItem" @click="addImg('back_view')"> <div class="imgItem" @click="addImg('back_view')">
<img :src="form.back_view ? form.back_view : upload_image" <img :src="form.back_view ? form.back_view : upload_image2">
:class="[form.back_view ? 'zhengjz' : 'addTipsimg']">
<div v-show="form.back_view ? false : true" class="addTips_wz">上传证件国徽面</div>
</div> </div>
<div class="imgItem" @click="addImg('handset_view')"> <div class="imgItem" @click="addImg('handset_view')">
<img :src="form.handset_view ? form.handset_view : upload_image" <img :src="form.handset_view ? form.handset_view : upload_image3">
:class="[form.handset_view ? 'zhengjz' : 'addTipsimg']">
<div v-show="form.handset_view ? false : true" class="addTips_wz">手持证件照</div>
</div> </div>
<input id="file" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/> <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="file2" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>
...@@ -84,7 +78,9 @@ ...@@ -84,7 +78,9 @@
}, },
uploadName: '', uploadName: '',
isSubmit: true, isSubmit: true,
upload_image: '__PUBLIC__/appapi/img/add_r@2x.png', upload_image: '__PUBLIC__/appapi/img/iconCard-1.png',
upload_image2: '__PUBLIC__/appapi/img/iconCard-2.png',
upload_image3: '__PUBLIC__/appapi/img/iconCard-3.png',
}, },
methods: { methods: {
//事件 //事件
......
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