From be9345288fb37d2bb9a60b0421e4e15e7b2f3471 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Fri, 24 Apr 2026 17:59:06 +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