This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<view class="container">
<view class="wechatapp">
<view class="header">
<open-data class="" type="userAvatarUrl"></open-data>
</view>
</view>
<view class="auth-title">申请获取以下权限</view>
<view class="auth-subtitle">获得你的公开信息(昵称、头像等)</view>
<view class="login-btn">
<button catchtap="getUserProfile" class="btn-normal">授权登录</button>
</view>
<view class="no-login-btn">
<button catchtap="onNotLogin" class="btn-normal">暂不登录</button>
</view>
</view>