From 2446c063b48f49650d14dd211719a6f08429eb87 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Mon, 11 May 2026 10:05:02 +0800 Subject: [PATCH] feat:星享购 收藏和订单的顶部改成top: 44px; --- 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