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.
 

27 lines
1.3 KiB

<!--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 class="login-tip-box">
<view bindtap="changeIsApproval" style="height: 60rpx;">
<view class="select-icon" wx:if="{{!isApproval}}" ></view>
<icon class="iconfont icon-gou1" wx:else></icon>
</view>
<view>
<text>选中代表您已阅读同意</text>
<navigator class="navigator-file" url="/pages/user/userPrivacy/index?id=9">《君到苏州用户协议》</navigator>
<navigator class="navigator-file" url="/pages/user/userPrivacy/index?id=12">《君到苏州隐私政策》</navigator>
<navigator class="navigator-file" url="/pages/user/userPrivacy/index?id=14">《君到苏州第三方共享信息清单》</navigator>
</view>
</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>