init
This commit is contained in:
15
wx05cb767e6530b48f/pages/login/login.wxml
Normal file
15
wx05cb767e6530b48f/pages/login/login.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user