Files
MBTI_wang/miniprogram/pages/phone-auth/index.wxml
卡若 aca2e263bb feat: 管理端聚合页、小程序/抖音埋点与统计、飞书线索 webhook、API 迁移与路由
- admin:OrdersHub/UsersHub、Commerce/Ops/Enterprise Hub、MpAnalytics、Feishu/小程序配置面板、鉴权存储
- api:Analytics、DataMigration、FeishuLeadWebhook、mp 事件迁移 SQL
- 微信/抖音小程序:analytics 上报与相关页面调整
- 开发文档与 scripts 补充

Made-with: Cursor
2026-03-27 17:22:04 +08:00

6 lines
366 B
Plaintext

<view class="container">
<view class="tip">为保障服务与联系需要,请授权您的手机号。</view>
<view class="tip sub">授权后可在「拍摄」「支付」「企业咨询」等场景使用,仅需授权一次。</view>
<button class="auth-btn" open-type="getPhoneNumber" bindgetphonenumber="onGetPhoneNumber">授权手机号</button>
</view>