index.wxml 245 B

12345
  1. <view wx:if="{{canIUse}}">
  2. <image src='/static/img/logo.png'></image>
  3. <button class="nxh__button" open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="bindGetUserInfo">授权登录</button>
  4. </view>
  5. <view wx:else>请升级微信版本</view>