From 3f9032e92fdd383bfefc87a0bec9b242e1223851 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 09 六月 2026 17:08:44 +0800
Subject: [PATCH] 改bug
---
app/pages/login/login.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/app/pages/login/login.vue b/app/pages/login/login.vue
index 269b1ac..6345df0 100644
--- a/app/pages/login/login.vue
+++ b/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;
--
Gitblit v1.9.3