|
|
@@ -26,7 +26,7 @@
|
|
|
<text class="form-label-require">*</text>
|
|
|
<text v-if="data.idtype ==1">身份证号</text>
|
|
|
<text v-if="data.idtype ==2">护照号</text>
|
|
|
- <icon @click="idCardChange" class="change-icon"
|
|
|
+ <icon class="change-icon"
|
|
|
:style="{ backgroundImage: 'url(' + data.changeIcon + ')' }">切换</icon>
|
|
|
</view>
|
|
|
<input v-model="data.idcard" placeholder="请输入证件号" />
|