From bbd9c436f23f5fdbe712c4a22d90b457066bdf38 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 17 七月 2025 19:25:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/pages/login/login.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/small-program/pages/login/login.vue b/small-program/pages/login/login.vue
index ccf4eeb..8672836 100644
--- a/small-program/pages/login/login.vue
+++ b/small-program/pages/login/login.vue
@@ -9,7 +9,7 @@
 		<view class="box-footer">
 			<image src="/static/icon/ic_notagree@2x.png" mode="widthFix" v-if="!agree" @click="agreeDo"></image>
 			<image src="/static/icon/ic_agree@2x.png" mode="widthFix" v-if="agree" @click="agreeDo"></image> 
-			<text @click="agreeDo">鎴戝凡闃呰骞跺悓鎰忋�婄敤鎴峰崗璁�嬶紝銆婇殣绉佸崗璁斂绛栥��</text>
+			<text @click="agreeDo">鎴戝凡闃呰骞跺悓鎰�<text @click="jumpService(4)">銆婄敤鎴峰崗璁��</text>锛�<text @click="jumpService(5)"> 銆婇殣绉佸崗璁斂绛栥��</text></text>
 		</view>
 	</view>
 </template>
@@ -25,6 +25,11 @@
 			}
 		},
 		methods: {
+			jumpService(flag) {
+				uni.navigateTo({
+					url: '/pages/withdrawal/withdrawal'
+				})
+			},
 			agreeDo(){
 				this.agree = !this.agree
 			},

--
Gitblit v1.9.3