fix 清除图标

This commit is contained in:
2025-12-25 17:49:26 +08:00
parent 369d065008
commit 29615c394a

View File

@@ -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>