9.24上午提交

This commit is contained in:
zoujiandong
2025-09-24 11:37:39 +08:00
parent 70eeb19867
commit bdd2ba278e
11 changed files with 180 additions and 43 deletions
+2 -5
View File
@@ -127,17 +127,14 @@
}
// 页面跳转
uni.switchTab({
uni.redirectTo({
url: item.pagePath,
fail: () => {
// 如果页面不存在,使用navigateTo
uni.navigateTo({
url: item.pagePath,
fail: () => {
uni.showToast({
title: '页面开发中',
icon: 'none'
});
}
});
}