flat:合并
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
@blur="validateIdCard"
|
@blur="validateIdCard"
|
||||||
/>
|
/>
|
||||||
<view class="input-clear" v-if="formData.idCard" @click="clearField('idCard')">
|
<view class="input-clear" v-if="formData.idCard" @click="clearField('idCard')">
|
||||||
<my-icons type="close-circle-filled" size="36" color="#ccc"></my-icons>
|
<my-icons type="close" size="36" color="#ccc"></my-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
@blur="validatePhone"
|
@blur="validatePhone"
|
||||||
/>
|
/>
|
||||||
<view class="input-clear" v-if="formData.phone" @click="clearField('phone')">
|
<view class="input-clear" v-if="formData.phone" @click="clearField('phone')">
|
||||||
<my-icons type="close-circle-filled" size="36" color="#ccc"></my-icons>
|
<my-icons type="close" size="36" color="#ccc"></my-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user