feat: implement mobile number binding via WeChat and enforce phone verification for venue entry, booking, and card purchases

This commit is contained in:
2026-04-18 18:32:30 +08:00
parent 7552f9946b
commit 5236fabc83
11 changed files with 139 additions and 19 deletions

View File

@@ -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>