MrShi
2026-04-30 58f93fefc72970f5f4097a203257315514443e8e
small-program/pages/itinerary/itinerary.vue
@@ -302,7 +302,7 @@
         if (orderStatus != null &&orderStatus != undefined ) {
            if( Number(orderStatus) === -2){
               this.activeTab = 0
            } else{
            } else if( Number(orderStatus) !== 0 ){
               this.activeTab =  Number(orderStatus)
            }
         }