<view wx:if="{{isShow}}">
|
<view wx:if="{{canIUse}}">
|
<view class='header'>
|
<image src="{{wxIcon}}"></image>
|
<view class="header-word">智慧调解</view>
|
</view>
|
|
<view class='content'>
|
<view>小程序申请获取以下权限</view>
|
<text>获得你的公开信息(昵称,头像等)</text>
|
</view>
|
|
<button class='bottom' type='primary' open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="bindGetUserInfo">
|
授权登录
|
</button>
|
</view>
|
<view wx:else>请升级微信版本</view>
|
</view>
|