From 9e64414d16f734926468e58362ef515ab29890bb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 20 Apr 2026 17:03:36 +0800
Subject: [PATCH] feat: 星享购用户默认头像更换;更改头像功能隐藏;优化统一名称pig-token

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