fix: disable user self appraisal entries
This commit is contained in:
@@ -74,13 +74,15 @@
|
||||
{
|
||||
"path": "pages/verify/result",
|
||||
"style": {
|
||||
"navigationBarTitleText": "报告验真"
|
||||
"navigationBarTitleText": "报告验真",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/material-tag/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "吊牌验真"
|
||||
"navigationBarTitleText": "吊牌验真",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -47,7 +47,10 @@ function openOrder(id: number) {
|
||||
}
|
||||
|
||||
function goStartAppraisal() {
|
||||
uni.navigateTo({ url: "/pages/appraisal/service" });
|
||||
uni.showToast({
|
||||
title: "暂不支持自助下单",
|
||||
icon: "none",
|
||||
});
|
||||
}
|
||||
|
||||
function goHome() {
|
||||
|
||||
@@ -39,7 +39,10 @@ function goHome() {
|
||||
}
|
||||
|
||||
function goStartAppraisal() {
|
||||
uni.navigateTo({ url: "/pages/appraisal/service" });
|
||||
uni.showToast({
|
||||
title: "暂不支持自助下单",
|
||||
icon: "none",
|
||||
});
|
||||
}
|
||||
|
||||
function goHelp() {
|
||||
|
||||
Reference in New Issue
Block a user