You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
691 B
14 lines
691 B
<!--pages/login/index.wxml-->
|
|
<title-header title="授权登录"></title-header>
|
|
<view class="login-tip">君到苏州(文化旅游总入口) 申请获得</view>
|
|
<view class="login-tip2">以下权限</view>
|
|
<view class="login-tip-box">
|
|
<icon class="iconfont icon-gou1"></icon>
|
|
<text>获得你的公开信息(昵称、头像、地区及性别)</text>
|
|
</view>
|
|
<!-- <view>{{err}}</view> -->
|
|
<view class="btn-box">
|
|
<button bindtap="cancel" type="default" >取消</button>
|
|
<button type="primary" wx:if="{{canIUseGetUserProfile}}" bindtap="getUserProfile">授权</button>
|
|
<button type="primary" wx:else open-type="getUserInfo" bindgetuserinfo="getUserInfo">授权</button>
|
|
</view>
|