From b2ec3e5a92f0522e9952dfdd440806da3aecbd7c Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 15 Jan 2024 17:48:23 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 subPackage/label/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/subPackage/label/index.vue b/subPackage/label/index.vue
index 4c6612f..6cf4665 100644
--- a/subPackage/label/index.vue
+++ b/subPackage/label/index.vue
@@ -80,7 +80,7 @@
 						bgImg: "/static/icon/nav-bg-12.png",
 						path: "hotel",
 						background: "#EC7E51",
-						id: "120102"
+						id: "120101,120102,120103,120104"
 					},
 					{
 						title: "二手车交易",
@@ -101,7 +101,7 @@
 						bgImg: "/static/icon/nav-bg-11.png",
 						path: "school",
 						background: "#4D98E2",
-						id: "160100"
+						id: "160100,160101,160102,160103,160104,160105,160106,160107,160109,160110,160111,160112"
 					}
 				],
 				curSiteInfo: {},
@@ -128,7 +128,7 @@
 				let list = []
 				for (let i = 0, ii = labelList.length; i < ii; i++) {
 					for (let k = 0, kk = navList.length; k < kk; k++) {
-						if (labelList[i].categoryNo == navList[k].id) {
+						if (navList[k].id.includes(labelList[i].categoryNo)) {
 							list.push(navList[k])
 						}
 					}

--
Gitblit v1.9.3