This commit is contained in:
caolc
2023-07-21 10:54:37 +08:00
parent ac31a0cd62
commit a3d8268747
4 changed files with 6 additions and 6 deletions

View File

@@ -52,10 +52,10 @@
</view>
<view class="cu-form-group text-sm">
<view class="" v-if="showRandom" >
<view class="" v-show="showRandom" @tap="accuntSourceSelect">
当前为验证码登录
</view>
<view class="" v-else >
<view class="" v-show="!showRandom" @tap="accuntSourceSelect">
当前为密码登录
</view>