forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-03 db3fdea847234226f6721fa347e667c267e16343
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>