This commit is contained in:
caolc
2023-05-08 10:45:07 +08:00
parent 8fd25deedf
commit 1c3e0f9662
27 changed files with 388 additions and 297 deletions

View File

@@ -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: '手机码验证不通过',