Files
decode-mini-app-new/wx05cb767e6530b48f/pages/login/login.wxml
2024-08-22 12:53:28 +08:00

16 lines
582 B
Plaintext

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