feat: 【小程序】登录页文案调整

This commit is contained in:
苟川东 2025-06-04 15:54:38 +08:00
parent 700b86f3b8
commit f872dcda8a

View File

@ -21,7 +21,7 @@
<view class="btn-area flex-c">
<view hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">
<button v-show="!isLogin" @click="login()" type="default" class="login flex-c"
>微信一键登录</button>
> </button>
<button v-show="isLogin" open-type="getPhoneNumber" @getphonenumber="bindPhoneNumber" class="login flex-c" type="default"
>绑定手机号</button>
</view>