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

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