0000
This commit is contained in:
9
pages/login/login.wxml
Normal file
9
pages/login/login.wxml
Normal file
@@ -0,0 +1,9 @@
|
||||
<view class="container">
|
||||
<image class="login-bg" mode="widthFix" src="/img/login-bg.png"></image>
|
||||
<view class="logo"></view>
|
||||
<view class="yellow-bg"></view>
|
||||
<image class="car" src="/img/car.png"></image>
|
||||
<image class="logo" src="/img/logo.png"></image>
|
||||
<button bindgetuserinfo="onGotUserInfo" class="btn" lang="zh_CN" openType="getUserInfo" wx:if="{{isnotInfo==1}}">微信快捷登录</button>
|
||||
<button bindgetphonenumber="ongetPhoneNumber" class="btn" lang="zh_CN" openType="getPhoneNumber" wx:if="{{isnotInfo==2}}">授权手机号快速注册</button>
|
||||
</view>
|
||||
Reference in New Issue
Block a user