From c76bba5af4d26ca148f02a214da527f9811b8a38 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 10:26:03 +0800
Subject: [PATCH] 提交

---
 wechat_staff/components/disProduct/index.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/wechat_staff/components/disProduct/index.js b/wechat_staff/components/disProduct/index.js
index cc33cd8..98967cf 100644
--- a/wechat_staff/components/disProduct/index.js
+++ b/wechat_staff/components/disProduct/index.js
@@ -6,10 +6,6 @@
   properties: {
     menuButtonInfo: Object
   },
-
-  /**
-   * 缁勪欢鐨勫垵濮嬫暟鎹�
-   */
   data: {
     activeIndex: -1,
     activeParam: [],
@@ -118,8 +114,6 @@
       const paramIndex = e.currentTarget.dataset.index
       const { secondCateList, tagCodes, activeParam, activeIndex } = this.data
       const index = tagCodes.indexOf(code)
-      console.log('code', code);
-      console.log('tagCodes', tagCodes);
       if(index === -1){
         // 鍚宲aram閲宑ode閲嶅
         if(activeParam && activeParam.length > 0){
@@ -138,7 +132,6 @@
         secondCateList[activeIndex].paramIndex = -1
         secondCateList[activeIndex].paramName = ''
       }
-      this.setData({ pageNum: 1,datalist: [],total: 0})
       this.setData({ tagCodes, secondCateList })
     },
     changeShowParams(e){

--
Gitblit v1.9.3