20 lines
894 B
Plaintext
20 lines
894 B
Plaintext
<view class="login">
|
|
<image src="/assets/imgs/login/text1.png" class="text1"/>
|
|
<image src="/assets/imgs/login/text2.png" class="text2"/>
|
|
<image src="/assets/imgs/login/main.jpg" 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">《用户协议》</label>与
|
|
<label class="yellow">《隐私政策》</label>
|
|
</label>
|
|
</radio-group>
|
|
</view>
|
|
</view> |