no message

This commit is contained in:
2025-11-24 20:28:54 +08:00
committed by charles
parent f5a82837ed
commit 608d0f428e
8 changed files with 52 additions and 149 deletions
+1 -2
View File
@@ -479,7 +479,6 @@ export default {
jumpWelcome() {
uni.navigateTo({
url: '/pages/login_package/welcome/welcome',
// url:'/pages/customized_zone/customized_zone',
})
},
jumpSearch() {
@@ -533,7 +532,7 @@ export default {
},
computed: {
isBlockedDate() {
return !useTabber(10);
return !useTabber(13);
}
}