MrShi
2026-06-09 3f9032e92fdd383bfefc87a0bec9b242e1223851
app/pages/login/login.vue
@@ -51,7 +51,9 @@
                  </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>
@@ -62,6 +64,8 @@
            <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>
@@ -126,6 +130,7 @@
         agreePrivacyPolicy() {
            uni.setStorageSync('login_privacy_policy_agreed', true)
            this.showPrivacyPopup = false
            uni.$emit('privacyAgreed')
         },
         rejectPrivacyPolicy() {
            if (typeof plus !== 'undefined' && plus.runtime) {
@@ -297,8 +302,6 @@
         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;