10 lines
589 B
Plaintext
10 lines
589 B
Plaintext
<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>
|