Files
sgy-web/pages/login/index.wxml
2023-06-21 17:14:39 +08:00

31 lines
1.9 KiB
Plaintext

<view class="loginTop"></view>
<view class="loginCont">
<view class="loginCont-back">
<view class="loginCont-title">
<view class="loginCont-title-name">欢迎使用</view>
<view class="loginCont-title-text">水感应平台</view>
</view>
<view class="loginCont-see">
<image class="loginCont-see-img" src="https://cdn.shuiganying.com/images/2023/03/31/fefb3a48c1da3f3699b397c2bb533acd.png" mode="widthFix"></image>
<view class="loginCont-see-btn">
<button wx:if="{{checked}}" class="loginCont-see-go loginCont-see-blue" size="default" open-type="getPhoneNumber" bindgetphonenumber="userPhone" disabled="{{loading}}" loading="{{loading}}">授权登录</button>
<view wx:else class="loginCont-see-go loginCont-see-blue" bindtap="empowerTap">授权登录</view>
<navigator hover-class="none" open-type="switchTab" url="/pages/index/index" class="loginCont-see-go loginCont-see-white">回到首页</navigator>
</view>
<!-- 用户登录注册协议 -->
<view class="agreement">
<checkbox-group bindchange="radioChange">
<checkbox color="#4490ff" checked="{{checked}}" size='10' class="radioGroup" />
</checkbox-group>
<view class="agreement-text">
我已阅读并同意<navigator hover-class="none" url="./agreement/agreement?type=secret">《隐私政策》</navigator>和<navigator hover-class="none" url="./agreement/agreement?type=protocol">《服务协议》</navigator>和<view bindtap="seeSm">《免责声明》</view>
</view>
</view>
</view>
</view>
</view>
<!-- logo -->
<view class="logo">
<image class="logo-img" src="https://cdn.shuiganying.com/images/2023/04/04/8bcb5ca48b59261de63a0c8ce82f9ffd.png" mode="widthFix"></image>
</view>