绿满眶商城微信小程序-uniapp
xiangpei
2025-07-09 032ff5ffbbbdfa6ecbbb8010d22a5bee1dd6c9fb
components/custom-tabbar.vue
@@ -80,7 +80,7 @@
         switchTab(item) {
            console.log("执行力", item);
            if (this.selected === item.key) return;
            uni.switchTab({
            uni.redirectTo({
               url: item.pagePath
            });
         }