为符合微信小程序要求,修改微信登录为手机号快捷登录
This commit is contained in:
parent
ec0a96087c
commit
90110f5bce
@ -23,7 +23,7 @@
|
|||||||
:class="{ active: loginMode === 'wechat' }"
|
:class="{ active: loginMode === 'wechat' }"
|
||||||
@tap="switchMode('wechat')"
|
@tap="switchMode('wechat')"
|
||||||
>
|
>
|
||||||
<text class="tab-text">微信快捷登录</text>
|
<text class="tab-text">手机号快捷登录</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifdef MP-TOUTIAO -->
|
<!-- #ifdef MP-TOUTIAO -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user