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.

17 lines
447 B

2 years ago
<!--pages/login.wxml-->
<view wx:if="{{canIUse}}">
<view class='header'>
<image src='/images/logo.jpg'></image>
</view>
<view class='content'>
<view>申请获取以下权限</view>
<text>获得你的公开信息(昵称,头像等)</text>
</view>
<button class='bottom' type='primary' open-type="getUserInfo" lang="zh_CN" bindtap="bindGetUserInfo">
登录
</button>
</view>
<view wx:else>请升级微信版本</view>