29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
<view class="custom-scroll-view login">
|
|
<nav-bar>
|
|
<label class="title">登录</label>
|
|
</nav-bar>
|
|
<view class="main">
|
|
<view class="main-scroll">
|
|
<image src="/assets/imgs/login/text1.png" class="text1"/>
|
|
<image src="/assets/imgs/login/text2.png" class="text2"/>
|
|
<image src="/assets/imgs/login/main.png" class="main-img" mode="aspectFit"/>
|
|
<button class="button" type="primary" wx:if="{{isAgree}}" loading="{{loging}}" disabled="{{loging}}"
|
|
open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快捷登录</button>
|
|
<button class="button" type="primary" bindtap="preLogin" wx:else>
|
|
手机号快捷登录
|
|
</button>
|
|
<view class="agree">
|
|
<radio-group bindchange="radioChange">
|
|
<label class="policy" animation="{{animation}}">
|
|
<radio class="radio" value="agree"></radio>
|
|
<label>我已阅读并同意</label>
|
|
<label class="yellow" capture-catch:tap="navToAgreement">《用户协议》</label>与
|
|
<label class="yellow" capture-catch:tap="navToDeliveryContract">《配送服务协议》</label>
|
|
</label>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btn-no-login" bind:tap="goBack">暂不登录</view>
|
|
<view class="user-code">{{userCode}}</view>
|
|
</view> |