From d4b8366bf049764669c3ccfb5f739cd6acb5a847 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期四, 20 六月 2024 16:56:10 +0800
Subject: [PATCH] 首页静态

---
 policy/components/index.vue |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/policy/components/index.vue b/policy/components/index.vue
index 0a5f936..00c4bf3 100644
--- a/policy/components/index.vue
+++ b/policy/components/index.vue
@@ -21,9 +21,9 @@
 			<view class="policy-list">
 				<u-button @click="applyPulicy">鎵ф硶鐢宠</u-button>
 				<u-button v-if="isJudge">鎵ф硶瀹℃壒</u-button>
-				<u-button>鎵ф硶缁撴灉涓婃姤</u-button>
-				<u-button>璁板綍鏌ヨ</u-button>
-				<u-button>鏁版嵁鐪嬫澘</u-button>
+				<u-button @click="report">鎵ф硶缁撴灉涓婃姤</u-button>
+				<u-button @click="applyRecord">璁板綍鏌ヨ</u-button>
+				<u-button @click="goDataLook">鏁版嵁鐪嬫澘</u-button>
 			</view>
 		</view>
 	</view>
@@ -55,6 +55,21 @@
 				uni.navigateTo({
 					url: '/policy/policyApply/policyApply'
 				})
+			},
+			goDataLook() {
+				uni.navigateTo({
+					url: '/policy/dataLook/dataLook'
+				})
+			},
+			report() {
+				uni.navigateTo({
+					url: '/policy/reportPage/reportPage'
+				})
+			},
+			applyRecord() {
+				uni.navigateTo({
+					url: '/policy/applyRecord/applyRecord'
+				})
 			}
 		}
 	}

--
Gitblit v1.9.1