From b555f5a7d80de77de5ce43c1643ea2a6983a3586 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 24 七月 2024 17:35:14 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/components/disProduct/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.js b/wechat_jiaxuan/components/disProduct/index.js
index abd00dd..cc33cd8 100644
--- a/wechat_jiaxuan/components/disProduct/index.js
+++ b/wechat_jiaxuan/components/disProduct/index.js
@@ -96,7 +96,7 @@
     },
     cateClick(e) {
       const catalogCode = e.currentTarget.dataset.code
-      this.setData({ catalogCode })
+      this.setData({ catalogCode, tagCodes: [] })
       this.setData({ pageNum: 1,datalist: [],total: 0})
       this.getTag()
       this.getList()

--
Gitblit v1.9.3