From 7654d718d458420c7e2d714d2cb40a7a4ffdcc68 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:42:31 +0800
Subject: [PATCH] feat: 小猪优选IOS提交

---
 pages/order/order.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/order/order.vue b/pages/order/order.vue
index c375a8d..6fa35fd 100644
--- a/pages/order/order.vue
+++ b/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>

--
Gitblit v1.9.3