Browse Source

fix:删除多余类型

release
123456 3 years ago
parent
commit
21d06ab1b0
  1. 2
      subpages/family/pages/editHouseInfo/editHouseInfo.wxml
  2. 4
      subpages/family/pages/familyInfo/familyInfo.wxml

2
subpages/family/pages/editHouseInfo/editHouseInfo.wxml

@ -207,7 +207,7 @@
</view> </view>
<view class="value"> <view class="value">
<view class="input"> <view class="input">
<input type="text" <input type="number"
value="{{ fmData.mobile ? fmData.mobile : '' }}" value="{{ fmData.mobile ? fmData.mobile : '' }}"
placeholder="请输入" placeholder="请输入"
placeholder-class="z-ph" placeholder-class="z-ph"

4
subpages/family/pages/familyInfo/familyInfo.wxml

@ -22,7 +22,7 @@
</view> </view>
<view class="value"> <view class="value">
<view class="input"> <view class="input">
<input type="text" type="idcard" value="{{ fmData.idCard }}" placeholder="请输入上报人身份证号" placeholder-class="z-ph" bindinput="idCardSync" cursor-spacing="14" maxlength="18" bindblur="handleValidBlur" /> <input type="idcard" value="{{ fmData.idCard }}" placeholder="请输入上报人身份证号" placeholder-class="z-ph" bindinput="idCardSync" cursor-spacing="14" maxlength="18" bindblur="handleValidBlur" />
</view> </view>
</view> </view>
</view> </view>
@ -51,7 +51,7 @@
</view> </view>
<view class="value"> <view class="value">
<view class="input"> <view class="input">
<input type="text" type="number" value="{{ fmData.mobile }}" placeholder="请输入联系电话" placeholder-class="z-ph" data-fm="fmData" data-name="mobile" bindinput="mobileSync" cursor-spacing="14" maxlength="11" /> <input type="number" value="{{ fmData.mobile }}" placeholder="请输入联系电话" placeholder-class="z-ph" data-fm="fmData" data-name="mobile" bindinput="mobileSync" cursor-spacing="14" maxlength="11" />
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save