fix: disable user self appraisal entries
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user