为符合微信小程序要求,修改微信登录为手机号快捷登录

This commit is contained in:
tsui110 2026-02-04 21:49:30 +08:00
parent ec0a96087c
commit 90110f5bce

View File

@ -23,7 +23,7 @@
:class="{ active: loginMode === 'wechat' }"
@tap="switchMode('wechat')"
>
<text class="tab-text">微信快捷登录</text>
<text class="tab-text">手机号快捷登录</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-TOUTIAO -->