dm-wechat-mini/pages/login/login.wxml
2025-03-18 15:10:08 +08:00

24 lines
1.1 KiB
Plaintext

<view class="login">
<nav-bar>
<label class="title">登录</label>
</nav-bar>
<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"/>
<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 class="user-code">{{userCode}}</view>
</view>