| | |
| | | </view> |
| | | <view class="login-card__agreement-text"> |
| | | <text>登录即代表您同意</text> |
| | | <text class="login-card__agreement-link" @click.stop="openAgreement('driverPrivacyPolicy', '司机隐私政策')">《用户隐私政策》</text> |
| | | <text class="login-card__agreement-link" @click.stop="openAgreement('driverPrivacyPolicy', '平台车主服务协议')">《平台车主服务协议》</text> |
| | | <text class="login-card__agreement-link" @click.stop="openAgreement('driverPrivacyPolicy', '跑腿达人服务协议')">《跑腿达人服务协议》</text> |
| | | <text class="login-card__agreement-link" @click.stop="openAgreement('driverPrivacyPolicy', '司机隐私政策')">《司机隐私政策》</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <text class="privacy-popup__title">隐私政策</text> |
| | | <view class="privacy-popup__content"> |
| | | <text>本应用尊重并保护所有用户的个人隐私权。为了给您提供更准确、更有个性化的服务,本应用会按照隐私政策的规定使用和披露您的个人信息。可阅读</text> |
| | | <text class="privacy-popup__link" @click="openAgreement('ownerServiceAgreement', '平台车主服务协议')">《平台车主服务协议》</text> |
| | | <text class="privacy-popup__link" @click="openAgreement('errandServiceAgreement', '跑腿达人服务协议')">《跑腿达人服务协议》</text> |
| | | <text class="privacy-popup__link" @click="openAgreement('driverPrivacyPolicy', '司机隐私政策')">《隐私政策》</text> |
| | | <text>。</text> |
| | | </view> |
| | |
| | | agreePrivacyPolicy() { |
| | | uni.setStorageSync('login_privacy_policy_agreed', true) |
| | | this.showPrivacyPopup = false |
| | | uni.$emit('privacyAgreed') |
| | | }, |
| | | rejectPrivacyPolicy() { |
| | | if (typeof plus !== 'undefined' && plus.runtime) { |
| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | height: 100rpx; |
| | | border-bottom-left-radius: 28rpx; |
| | | border-bottom-right-radius: 28rpx; |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | position: relative; |