|
@@ -66,13 +66,13 @@
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">手机号</text>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder="请填写手机号" @input='phoneinput' v-model="identityAuthenticationInfo.customerPhone"></input>
|
|
|
+ <input placeholder="请填写手机号" @input='phoneinput' type="number" maxlength="11" v-model="identityAuthenticationInfo.customerPhone"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style='width:100%;border-bottom:1px solid #E8E9ED;padding:10px;' class="flex">
|
|
|
<button :class='codestatus&&!sendDisabled?"active":""' @click='obtain' class='getcode'>{{sendText}}</button>
|
|
|
<view class="con-list" style='position:relative;'>
|
|
|
- <input style='text-align:right;' v-model='verifyCode' placeholder="请输入验证码" type="number">
|
|
|
+ <input style='text-align:right;' v-model='verifyCode' placeholder="请输入验证码" type="number" maxlength="6">
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b" v-if="identityAuthenticationInfo.customerTypeFlag == 2">
|