forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 face68436f18522cb2e62b40b27c6f1d6b561a4d
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>