lin
2026-05-26 f67e33dd60d08237e9c36ceec092c50792387d4a
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>