|  |  |  | 
|---|
|  |  |  | type="primary" | 
|---|
|  |  |  | text="微信一键登录"></u-button> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <!-- <view class="loginBtn"> | 
|---|
|  |  |  | <u-button @click.stop="jumpBindBack" | 
|---|
|  |  |  | type="primary" | 
|---|
|  |  |  | text="一键绑定测试"></u-button> | 
|---|
|  |  |  | </view> --> | 
|---|
|  |  |  | <view class="register" | 
|---|
|  |  |  | @click="PrivacyAgreementHandle"><text>注册</text></view> | 
|---|
|  |  |  | <view class="utils-block"> | 
|---|
|  |  |  | <view @click="forgetPassword"><text>忘记密码?</text></view> | 
|---|
|  |  |  | <view @click="PrivacyAgreementHandle"><text>新用户注册</text></view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <view class="login-bottom-box"> | 
|---|
|  |  |  | <view class="copyright">冀中能源无人值守微信小程序</view> | 
|---|
|  |  |  | <view class="copyright">小程序仅供已拥有系统账号特定内部人员使用</view> | 
|---|
|  |  |  | 
|---|
|  |  |  | openPopup() { | 
|---|
|  |  |  | console.log('打开了'); | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | forgetPassword() { | 
|---|
|  |  |  | uni.navigateTo({ | 
|---|
|  |  |  | url: '/pages/login/forgetPassword/forgetPassword' | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | PrivacyAgreementHandle() { | 
|---|
|  |  |  | uni.navigateTo({ | 
|---|
|  |  |  | url: '/pages/login/PrivacyAgreementText/PrivacyAgreementText' | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .login { | 
|---|
|  |  |  | // height: 100vh; | 
|---|
|  |  |  | // display: flex; | 
|---|
|  |  |  | // align-items: center; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // .loginBtn { | 
|---|
|  |  |  | //   margin: 0 auto; | 
|---|
|  |  |  | //   width: 80%; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //   .u-button { | 
|---|
|  |  |  | //     .u-icon { | 
|---|
|  |  |  | //       .u-icon__icon { | 
|---|
|  |  |  | //         font-size: vww(20) !important; | 
|---|
|  |  |  | //       } | 
|---|
|  |  |  | //     } | 
|---|
|  |  |  | //   } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //   .u-button--success { | 
|---|
|  |  |  | //     border-style: none; | 
|---|
|  |  |  | //   } | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | .loginBtn { | 
|---|
|  |  |  | margin-top: vww(20); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .utils-block { | 
|---|
|  |  |  | width: 80%; | 
|---|
|  |  |  | margin: vww(20) auto; | 
|---|
|  |  |  | display: flex; | 
|---|
|  |  |  | justify-content: space-between; | 
|---|
|  |  |  | color: #497bff; | 
|---|
|  |  |  | font-size: vww(17); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .logo { | 
|---|
|  |  |  | width: 80%; | 
|---|
|  |  |  | font-size: 64rpx; | 
|---|