You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
647 B
10 lines
647 B
<view class="login">
|
|
<image class="back" src="./back.svg" bindtap="toMainPage"></image>
|
|
<image class="logo" src="./logo.png"></image>
|
|
<view class="title">南京千目</view>
|
|
<button disabled="{{!agreed}}" class="login-btn" open-type="getPhoneNumber" bindgetphonenumber="ongetphonenumber" binderror="onerror">手机号快捷登陆</button>
|
|
<view class="privacy">
|
|
<image bindtap="toggleAgreed" src="./checkbox.svg" wx:if="{{agreed}}"></image>
|
|
<image bindtap="toggleAgreed" wx:else src="./emptycheckbox.svg"></image> 我已阅读并同意<text class="bold" bindtap="toPrivacy">《集团隐私政策声明》</text>
|
|
</view>
|
|
</view>
|