From 5f3b005b0a3195b0be713e776736c84d299c62d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com>
Date: Thu, 9 Mar 2023 03:26:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=93=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/service/cate.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pages/service/cate.vue b/src/pages/service/cate.vue
index b65ff07..2732b56 100644
--- a/src/pages/service/cate.vue
+++ b/src/pages/service/cate.vue
@@ -137,8 +137,10 @@ export default {
                 .catch((e) => {});
         },
         onScroll(id) {
+            // #ifdef MP-WEIXIN
             this.newId = id;
             this.$store.commit("system/indexCateId", id);
+            // #endif
         },
         clickItem(parentId, id) {
             this.$utils.toPage("/pages/service/list?id=" + id);