一键登录bug修复
This commit is contained in:
parent
a0ee08bf85
commit
3696a06181
@ -173,7 +173,7 @@
|
||||
</view>
|
||||
|
||||
<!-- #ifdef APP-PLUS -->
|
||||
<view class="footer-btns">
|
||||
<view class="footer-btns" v-if='formItem!=2'>
|
||||
<view class="login-type-btn" :class="{actLoginType:formItem==0}" style="margin-right: 70rpx;">
|
||||
<text v-if='formItem == 1' @click="formItem = 0">微信快捷登录</text>
|
||||
<text v-else @click="appOneClcik">本机一键登录</text>
|
||||
@ -182,7 +182,6 @@
|
||||
<text v-if='formItem == 0' @click="formItem = 1">更多登录方式</text>
|
||||
<text v-else @click="appOneClcik">本机一键登录</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user