From e572c1b7a0b6cd1b01aab4c87caf14099b512fc0 Mon Sep 17 00:00:00 2001 From: wushumin Date: Wed, 3 Jun 2026 18:36:13 +0800 Subject: [PATCH] fix: disable user self appraisal entries --- user-app/src/pages.json | 6 ++++-- user-app/src/pages/order/index.vue | 5 ++++- user-app/src/pages/report/index.vue | 5 ++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/user-app/src/pages.json b/user-app/src/pages.json index 4bf093a..edb35ac 100644 --- a/user-app/src/pages.json +++ b/user-app/src/pages.json @@ -74,13 +74,15 @@ { "path": "pages/verify/result", "style": { - "navigationBarTitleText": "报告验真" + "navigationBarTitleText": "报告验真", + "navigationStyle": "custom" } }, { "path": "pages/material-tag/detail", "style": { - "navigationBarTitleText": "吊牌验真" + "navigationBarTitleText": "吊牌验真", + "navigationStyle": "custom" } }, { diff --git a/user-app/src/pages/order/index.vue b/user-app/src/pages/order/index.vue index 7718fde..e773e88 100644 --- a/user-app/src/pages/order/index.vue +++ b/user-app/src/pages/order/index.vue @@ -47,7 +47,10 @@ function openOrder(id: number) { } function goStartAppraisal() { - uni.navigateTo({ url: "/pages/appraisal/service" }); + uni.showToast({ + title: "暂不支持自助下单", + icon: "none", + }); } function goHome() { diff --git a/user-app/src/pages/report/index.vue b/user-app/src/pages/report/index.vue index db71320..528145f 100644 --- a/user-app/src/pages/report/index.vue +++ b/user-app/src/pages/report/index.vue @@ -39,7 +39,10 @@ function goHome() { } function goStartAppraisal() { - uni.navigateTo({ url: "/pages/appraisal/service" }); + uni.showToast({ + title: "暂不支持自助下单", + icon: "none", + }); } function goHelp() {