29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
<!--pages/login/login.wxml-->
|
|
<view class="login" style="background-image: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/login/Group_491_jingshui.png);">
|
|
<view class="login-title">
|
|
<view class="login-tip" style="font-size: 40rpx; color: #000000;">欢迎来到【人人爱净水】</view>
|
|
<view class="login-tip" style="font-size: 28rpx; color: #555555; margin-top: 30rpx;" wx:if="{{loginType === 'phone'}}">为了更好的体验,申请获取您的公开信息</view>
|
|
<view class="login-tip" style="font-size: 28rpx; color: #555555; margin-top: 14rpx;">(头像、昵称等)</view>
|
|
|
|
<view class="agreement">
|
|
<text>登录即表示您已同意</text>
|
|
<text class="link" bindtap="navigateToAgreement">《用户服务协议和隐私政策》</text>
|
|
</view>
|
|
|
|
<!-- 手机登录 -->
|
|
<view>
|
|
<view class="login-button">
|
|
<button class="login-btn" open-type="getPhoneNumber" bindtap="headerLoginClick" bindgetphonenumber="getPhoneNumber">
|
|
授权登录
|
|
</button>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="login-to-home">
|
|
<text class="login-to-home-text" bindtap='backHomes'>
|
|
返回首页>>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
</view> |