feat: implement mobile number binding via WeChat and enforce phone verification for venue entry, booking, and card purchases
This commit is contained in:
@@ -16,8 +16,11 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 手机号一键授权登录/注册 -->
|
||||
<button class='login-btn' open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">微信授权并登录</button>
|
||||
<!-- 微信一键登录 -->
|
||||
<button class='login-btn' bindtap="onWechatLogin">微信一键登录</button>
|
||||
|
||||
<!-- 暂不登录选项 -->
|
||||
<view class='skip-btn' bindtap="skipLogin">暂不登录</view>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user