lin
2026-05-11 2446c063b48f49650d14dd211719a6f08429eb87
pages/order/order.vue
@@ -2,10 +2,10 @@
   <view>
      <view class="order-tab">
         <view :class="statusIndex == 0 ? 'active' : ''" @tap="tabClick(0)">全部</view>
         <view :class="statusIndex == 2 ? 'active' : ''" @tap="tabClick(2)">待审核</view>
         <view :class="statusIndex == 3 ? 'active' : ''" @tap="tabClick(3)">待签约</view>
         <!-- <view :class="statusIndex == 2 ? 'active' : ''" @tap="tabClick(2)">待审核</view> -->
         <!-- <view :class="statusIndex == 3 ? 'active' : ''" @tap="tabClick(3)">待签约</view> -->
         <view :class="statusIndex == 5 ? 'active' : ''" @tap="tabClick(5)">待收货</view>
         <view :class="statusIndex == 6 ? 'active' : ''" @tap="tabClick(6)">已逾期</view>
         <!-- <view :class="statusIndex == 6 ? 'active' : ''" @tap="tabClick(6)">已逾期</view> -->
         <view :class="statusIndex == 8 ? 'active' : ''" @tap="tabClick(8)">已完成</view>
         <view :class="statusIndex == -3 ? 'active' : ''" @tap="tabClick(-3)">已退款</view>
      </view>