From 7df24b5997ca3609a9c2bf54453c4e1b317462de Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 21 May 2024 09:28:01 +0800 Subject: [PATCH] 合并到dev --- pages/user/order_list/order_list.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index 9be8975..e86fa1a 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -3065,7 +3065,7 @@ Page({ if (e) { currentIndex = e.target.dataset.index; } else { - currentIndex = this.data.currentIndex + currentIndex = this.data.tabIndex }; // let || this.data.tabIndex; @@ -3076,7 +3076,7 @@ Page({ user_id: oo.user_id, }; this.setData({ - tabIndex: this.data.tabIndex || 0, + tabIndex: currentIndex, is_no_data2: 0, is_no_more2: 0, cardList: [], @@ -3157,6 +3157,7 @@ Page({ var pt_act=null; //-- 拼团活动的优化 -- for (const it of list) { + //秒杀 if ([1,2].includes(it.prom_type)) { let act_details = null; -- libgit2 0.21.4