From f0e8ab500a93c4ab7223b8eebd1650c143a8f667 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 25 May 2026 11:07:26 +0800
Subject: [PATCH] feat:星享购 会员权益

---
 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