first commit
This commit is contained in:
22
衣莎项目/源码/YiShaXiYi/pages/login/login.wxml
Normal file
22
衣莎项目/源码/YiShaXiYi/pages/login/login.wxml
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- 头部导航 -->
|
||||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||||
<!-- pages/login.wxml -->
|
||||
<view class="auth">
|
||||
<view class="userImg">
|
||||
<open-data type="userAvatarUrl"></open-data>
|
||||
</view>
|
||||
<view class="title">微信授权页面</view>
|
||||
<view class="describe">此页面是微信授权页面,点击下方按钮弹出授权或跳转页面</view>
|
||||
<button class="btn closbtn" bindtap="onTap">{{closbtn}}</button>
|
||||
<button hidden="{{isLogin}}" class="btn" open-type='getUserInfo' bindgetuserinfo='onAuth'>
|
||||
授权登陆
|
||||
</button>
|
||||
<button hidden="{{!isLogin}}" class="btn" open-type='getPhoneNumber' bindgetphonenumber='telNum'>
|
||||
授权手机
|
||||
</button>
|
||||
<navigator wx:if="{{!canIUse}}" class="btn" url="/pages/auth/auth" open-type="reLaunch" hover-class="other-navigator-hover">
|
||||
已经授权点击调转
|
||||
</navigator>
|
||||
</view>
|
||||
<!-- toasta提示 -->
|
||||
<i-toast id="toast" />
|
||||
Reference in New Issue
Block a user