fix: disable user self appraisal entries
This commit is contained in:
@@ -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