From c679d55eb2de98a6ec14cff21cf16ccf69055fdf Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 16 Apr 2024 17:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_addcart/order_addcart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue index 0811b2a..964f9a3 100644 --- a/pages/order_addcart/order_addcart.vue +++ b/pages/order_addcart/order_addcart.vue @@ -346,6 +346,7 @@ methods: { tabsChange(e) { this.tabsCurr = e; + uni.setStorageSync('tabbar_sale_type', this.tabsCurr+''); this.getCartList(); this.getCartNum(); this.goodsHidden = true;