From 2ada220ed30569d8ae39aac210a1976724dcbe66 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:54:00 +0800
Subject: [PATCH] 用工运货接口对接

---
 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