fix: disable user self appraisal entries

This commit is contained in:
wushumin
2026-06-03 18:36:13 +08:00
parent 6383ec5a2a
commit e572c1b7a0
3 changed files with 12 additions and 4 deletions

View File

@@ -74,13 +74,15 @@
{ {
"path": "pages/verify/result", "path": "pages/verify/result",
"style": { "style": {
"navigationBarTitleText": "报告验真" "navigationBarTitleText": "报告验真",
"navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/material-tag/detail", "path": "pages/material-tag/detail",
"style": { "style": {
"navigationBarTitleText": "吊牌验真" "navigationBarTitleText": "吊牌验真",
"navigationStyle": "custom"
} }
}, },
{ {

View File

@@ -47,7 +47,10 @@ function openOrder(id: number) {
} }
function goStartAppraisal() { function goStartAppraisal() {
uni.navigateTo({ url: "/pages/appraisal/service" }); uni.showToast({
title: "暂不支持自助下单",
icon: "none",
});
} }
function goHome() { function goHome() {

View File

@@ -39,7 +39,10 @@ function goHome() {
} }
function goStartAppraisal() { function goStartAppraisal() {
uni.navigateTo({ url: "/pages/appraisal/service" }); uni.showToast({
title: "暂不支持自助下单",
icon: "none",
});
} }
function goHelp() { function goHelp() {