mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【APP应用软件备案隐私合规调整及启动优化】被测客户端软件在短信验证码手机号等输入框内未限制格式和长度--建议书制作
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<div class="border-bottom">
|
||||
<van-field :border="false" v-model="appntDTO.age" clearable label="年龄" v-validate="'appntAge'" placeholder="投保人年龄" :readonly="ageFlag" />
|
||||
</div>
|
||||
<van-field :border="false" v-model="appntDTO.mobile" clearable label="手机号码" name="手机号码" placeholder="投保人手机号码" v-validate="'mobile'" />
|
||||
<van-field :border="false" maxlength="11" v-model="appntDTO.mobile" clearable label="手机号码" name="手机号码" placeholder="投保人手机号码" v-validate="'mobileLength11|mobileStartWith1|mobile'" />
|
||||
<van-button type="danger" @click="nextStep" class="bottom-btn fs16">下一步</van-button>
|
||||
</van-cell-group>
|
||||
</div>
|
||||
|
||||
@@ -55,13 +55,14 @@
|
||||
<van-field :readonly="disabled" :value="ageShow" @input="changeAgeInput($event)" clearable label="年龄" placeholder="被保险人年龄" />
|
||||
</div>
|
||||
<van-field
|
||||
maxlength="11"
|
||||
v-model="insured.mobile"
|
||||
:readonly="disabled"
|
||||
clearable
|
||||
label="手机号码"
|
||||
name="手机号码"
|
||||
placeholder="被保险人手机号码"
|
||||
v-validate="'mobile'"
|
||||
v-validate="'mobileLength11|mobileStartWith1|mobile'"
|
||||
/>
|
||||
<van-button type="danger" @click="nextStep" class="bottom-btn fs16">下一步</van-button>
|
||||
</van-cell-group>
|
||||
|
||||
Reference in New Issue
Block a user