Initial commit

This commit is contained in:
admin
2025-12-12 16:13:04 +08:00
parent 08d645e572
commit a9aefed4be
7 changed files with 59 additions and 96 deletions

View File

@@ -8,11 +8,7 @@
<view class="content">
<view class="tips">为了提供更好的服务,请授权以下信息</view>
<block wx:if="{{!hasUserInfo}}">
<button class="btn-login" bindtap="getUserProfile">获取微信昵称</button>
</block>
<block wx:if="{{hasUserInfo && !hasPhone}}">
<block wx:if="{{!hasPhone}}">
<button class="btn-login" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号码</button>
</block>