|
|
@ -22,7 +22,7 @@ |
|
|
|
</view> |
|
|
|
<view class="value"> |
|
|
|
<view class="input"> |
|
|
|
<input type="text" 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> |
|
|
@ -51,7 +51,7 @@ |
|
|
|
</view> |
|
|
|
<view class="value"> |
|
|
|
<view class="input"> |
|
|
|
<input type="text" 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> |
|
|
|