更改微信小程序登录按钮文字,目前使用”微信授权“会导致微信审核不通过

master
Yer 2023-07-14 17:10:29 +08:00
parent cba7ae98fa
commit 317c2171e4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</view> </view>
<view class="btns"> <view class="btns">
<button type="primary" bindtap="getUserProfile" @click="getUserProfile()" <button type="primary" bindtap="getUserProfile" @click="getUserProfile()"
class="btn-auth">使用微信授权</button> class="btn-auth">登录</button>
<div @click="backToHome" class="btn-callback">暂不登录</div> <div @click="backToHome" class="btn-callback">暂不登录</div>
</view> </view>
</div> </div>