|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<view class="phone-input-box">
|
|
<view class="phone-input-box">
|
|
<input class="phone-input" type="text" v-model="loginData.yzmNumber" placeholder="请输入验证码"
|
|
<input class="phone-input" type="text" v-model="loginData.yzmNumber" placeholder="请输入验证码"
|
|
- maxlength="4" @input="clearYzmInput" />
|
|
|
|
|
|
+ maxlength="6" @input="clearYzmInput" />
|
|
<view class="close-btn" v-if="loginData.clearYzmIcon" @click="clearYzm"></view>
|
|
<view class="close-btn" v-if="loginData.clearYzmIcon" @click="clearYzm"></view>
|
|
</view>
|
|
</view>
|
|
<view class="login-btn yzm-btn" @click="loginBtn" :class="loginData.yzmStatus"></view>
|
|
<view class="login-btn yzm-btn" @click="loginBtn" :class="loginData.yzmStatus"></view>
|
|
@@ -76,7 +76,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
captchaError(e) {
|
|
captchaError(e) {
|
|
- // app端的回调、
|
|
|
|
|
|
+ // app端的回调、
|
|
console.log('error',JSON.stringify(e));
|
|
console.log('error',JSON.stringify(e));
|
|
toast(JSON.stringify(e))
|
|
toast(JSON.stringify(e))
|
|
},
|
|
},
|