|
|
@@ -7,7 +7,7 @@
|
|
|
<view class="phoneL" v-if="LoginType == 1">
|
|
|
<view class="clearfix"><input v-model="formD2.mobile" placeholder="请输入手机号" type="number" maxlength="11" /></view>
|
|
|
<view class="clearfix">
|
|
|
- <input v-model="formD2.captcha" placeholder="请输入验证码" confirm-type="go" type="number" maxlength="5" class="w70" />
|
|
|
+ <input v-model="formD2.captcha" placeholder="请输入验证码" confirm-type="go" type="number" maxlength="6" class="w70" />
|
|
|
<view @click="getVerifyCode" :class="{w30:true,corb:msgNum!=='获取验证码'}">{{msgNum}}</view>
|
|
|
</view>
|
|
|
<view v-if="signIn" class="clearfix">
|
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
if (this.LoginType == 1) {
|
|
|
let m = this.formD2.mobile
|
|
|
let v = this.formD2.captcha
|
|
|
- if (m && v && v.length == 5 && this.isPhone(m)) this.ISFill = true
|
|
|
+ if (m && v && v.length == 6 && this.isPhone(m)) this.ISFill = true
|
|
|
else this.ISFill = false
|
|
|
} else {
|
|
|
let u = this.formD.username
|