fix:修复bug

This commit is contained in:
2026-02-06 18:09:23 +08:00
parent f476cee76d
commit bb5a6dd100
51 changed files with 4491 additions and 2630 deletions
+2 -2
View File
@@ -379,7 +379,7 @@ const handleSearch = () => {
const handleService = () => {
uni.navigateTo({
url: '/pages/help/index'
url: '/subPackages/service/help/index'
})
}
@@ -389,7 +389,7 @@ const handleSearch = () => {
const handleJoinTap = () => {
uni.navigateTo({
url: '/pages/join/index'
url: '/subPackages/business/join/index'
})
}