feat: 修改登录界面文案

This commit is contained in:
duanshuwen
2025-11-15 10:17:12 +08:00
parent 47d1c5ab6f
commit de272b1160

View File

@@ -43,8 +43,7 @@
type="primary" type="primary"
@click="handleAgreeAndGetPhone" @click="handleAgreeAndGetPhone"
> >
<uni-icons type="weixin" size="20" color="#fff"></uni-icons> 手机号快捷登录
微信一键登录
</button> </button>
<button <button
@@ -54,8 +53,7 @@
open-type="getPhoneNumber" open-type="getPhoneNumber"
@getphonenumber="getPhoneNumber" @getphonenumber="getPhoneNumber"
> >
<uni-icons type="weixin" size="20" color="#fff"></uni-icons> 手机号快捷登录
微信一键登录
</button> </button>
<button <button
@@ -64,8 +62,7 @@
type="primary" type="primary"
@click="handleLogin" @click="handleLogin"
> >
<uni-icons type="weixin" size="20" color="#fff"></uni-icons> 手机号快捷登录
微信一键登录
</button> </button>
</view> </view>