From a322e32388303a56289b9f7a5c493a9f21613eb2 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Mon, 8 Jun 2026 14:07:31 +0800 Subject: [PATCH] f --- src/pages/index.vue | 4 ++-- src/pages/report/detail.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 19785f1..fcfbe7c 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -165,7 +165,7 @@ function goInquireFeature(feature: string) { // function goVinClaim() { goInquireFeature('toc_VehicleClaimDetail') } function goVinClaim() { goInquireFeature('toc_VehicleClaimVerify') } function goVinMaintain() { goInquireFeature('toc_VehicleMaintenanceDetail') } -function goEvHealth() { uni.showToast({ title: '功能开发中', icon: 'none' }) } + function goToolboxItem(key: string) { uni.navigateTo({ url: `/pages/toolbox/query?key=${encodeURIComponent(key)}` }) @@ -197,7 +197,7 @@ function goVehicleList() { - + diff --git a/src/pages/report/detail.vue b/src/pages/report/detail.vue index bdc4465..64253a0 100644 --- a/src/pages/report/detail.vue +++ b/src/pages/report/detail.vue @@ -145,7 +145,7 @@ async function handleShareReport() { > 分享报告 - 完整报告可在网页版查看,避免小程序渲染异常 + 完整报告可在网页版查看,渲染异常时可查看网页版