MrShi
2026-04-27 b898e42bd46726a0c25081ca79136911b4ca1b4c
small-program/components/custom-tabbar/custom-tabbar.vue
@@ -107,6 +107,9 @@
               }
            } else {
               if (currentPath !== item.pagePath) {
                  if(item.pagePath ==='/pages/itinerary/itinerary'){
                     uni.setStorageSync("orderStatus",-1)
                  }
                  uni.switchTab({
                     url: item.pagePath
                  })