更改微信小程序登录按钮文字,目前使用”微信授权“会导致微信审核不通过
parent
cba7ae98fa
commit
317c2171e4
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue