From 295d963d5bdea8de8d5ef7f1f679aafe8e317072 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 27 Sep 2025 10:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=95=86=E6=88=B7=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shop/components/shop-header/shop-header.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index 1bac27b5..44435a27 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -64,7 +64,7 @@ - {{ item.name }} + {{ item.name }} @@ -319,15 +319,14 @@ // 分类事件 shop_goods_category_event(e) { - var value = e.currentTarget.dataset.value || null; + var value = e.currentTarget.dataset.value || ''; app.globalData.url_open('/pages/plugins/shop/search/search?shop_id=' + this.propShop.id + '&category_id=' + value); this.popup_all_goods_category_event(); }, // 导航事件 nav_event(e) { - var value = e.currentTarget.dataset.value || null; - if(value == null) { + if(parseInt(e.currentTarget.dataset.sub || 0) == 1) { var index = e.currentTarget.dataset.index; this.setData({ shop_navigation_two_data: this.propShopNavigation[index]['items'] || [], @@ -335,10 +334,12 @@ }); } else { app.globalData.url_event(e); - this.popup_nav_two_category_event(); + this.setData({ + popup_nav_two_category_status: false + }); } }, - + // 店铺导航二级事件弹窗 popup_nav_two_category_event(e) { this.setData({