12
This commit is contained in:
@@ -53,10 +53,10 @@
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group text-sm">
|
||||
<view class="" v-if="showRandom" @tap="accuntSourceSelect">
|
||||
<view class="" v-if="showRandom" >
|
||||
当前为验证码登录
|
||||
</view>
|
||||
<view class="" v-else @tap="accuntSourceSelect">
|
||||
<view class="" v-else >
|
||||
当前为密码登录
|
||||
</view>
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
showRandom: true,
|
||||
showRandom: false,
|
||||
animation: '',
|
||||
hasPhone: false,
|
||||
userHandle: false,
|
||||
@@ -181,6 +181,7 @@
|
||||
// this.showRandom = true
|
||||
},
|
||||
ifRegistered() {
|
||||
let that = this
|
||||
if (this.driver.username.length != 11) {
|
||||
uni.showToast({
|
||||
title: '手机码验证不通过',
|
||||
|
||||
Reference in New Issue
Block a user