From 23b2479c3bab29d12b7367aa6a75fb5126c67840 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 15:30:31 +0800 Subject: [PATCH] 结果上报页面 --- policy/components/index.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/policy/components/index.vue b/policy/components/index.vue index 0a5f936..cf7193e 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 @click="report">鎵ф硶缁撴灉涓婃姤</u-button> <u-button>璁板綍鏌ヨ</u-button> - <u-button>鏁版嵁鐪嬫澘</u-button> + <u-button @click="goDataLook">鏁版嵁鐪嬫澘</u-button> </view> </view> </view> @@ -55,6 +55,16 @@ uni.navigateTo({ url: '/policy/policyApply/policyApply' }) + }, + goDataLook() { + uni.navigateTo({ + url: '/policy/dataLook/dataLook' + }) + }, + report() { + uni.navigateTo({ + url: '/policy/reportPage/reportPage' + }) } } } -- Gitblit v1.9.1