From a6f0415cf56987d8b4dd7145a8ad24142daa4902 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Wed, 22 Oct 2025 17:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/expectations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/expectations/index.vue b/src/pages/expectations/index.vue index c360baf..37012ba 100644 --- a/src/pages/expectations/index.vue +++ b/src/pages/expectations/index.vue @@ -173,7 +173,7 @@ } const handleItem = item => { uni.navigateTo({ - url: `/pages/expectations/detail?item=${JSON.stringify(item)}&useStatus= ${active.value}` + url: `/pages/expectations/detail?item=${JSON.stringify(item)}&useStatus=${active.value}` }) } const finish = computed(() => total.value === tableList.value.length)