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;