From aea82fc6285fd37a33e0efd6cd0e5089dfa32faf Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 01 九月 2025 22:05:58 +0800 Subject: [PATCH] Merge branch 'dev_fix_sub' of http://42.193.1.25:9521/r/lmk-shop-wx into dev_fix_sub --- components/custom-tabbar.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/custom-tabbar.vue b/components/custom-tabbar.vue index 5fb34e7..d4577e8 100644 --- a/components/custom-tabbar.vue +++ b/components/custom-tabbar.vue @@ -50,13 +50,13 @@ "key": 'kitchen' }, { - "pagePath": "/pages/tabbar/video/video", + "pagePath": "/pages/cusbar/video/video", "iconPath": "/static/tabbar/video1.png", "selectedIconPath": "/static/tabbar/video1-selected.png", "key": 'video' }, { - "pagePath": "/pages/tabbar/cart/cartList", + "pagePath": "/pages/cusbar/cart/cartList", "iconPath": "/static/tabbar/cart.png", "selectedIconPath": "/static/tabbar/cart-s.png", "text": "璐墿杞�", @@ -80,7 +80,7 @@ switchTab(item) { console.log("鎵ц鍔�", item); if (this.selected === item.key) return; - uni.switchTab({ + uni.redirectTo({ url: item.pagePath }); } -- Gitblit v1.8.0