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.
 

25 lines
1.0 KiB

<!--pages/auth/auth.wxml-->
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="艾尔" back="{{false}}"></mp-navigation-bar>
<view class="main">
<view class="top">
<image class="log" src="../../assets/images/tabIcon/air.png"></image>
<view class="msg">
<view class="tag center">
<view class="tag-icon center {{agree?'tag-active':''}}" bindtap="setAgree">
<image class="tag-yes" src="../../assets/images/check.png"></image>
</view>
<view class="tag-text">
已阅读并同意
<text class="text">《法律条款及隐私政策》</text>
</view>
</view>
</view>
<button class="login" type='primary' open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">
<image class="wx-log" src="../../assets/images/wx.png"></image>
<text class="wx-text">微信用户一键登录</text>
</button>
</view>
<view class="bottom">输入手机号码登录/注册</view>
</view>
</view>