From c3e268c640e6e745b37360793b3e3fb455ef8346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Fri, 1 Aug 2025 16:17:33 +0800 Subject: [PATCH] bugfix --- .../ncmatch/mainPage/sendProduct/index.vue | 4 +- .../ncmatch/supplyAndDemandSquare/index.vue | 158 +++++++++++------- 2 files changed, 95 insertions(+), 67 deletions(-) diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue index 8efc9d1..7fa3a35 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue @@ -267,7 +267,7 @@ export default { }, methods: { init_company_category() { - reqCompanyCategorySearch({ userid: '9KVhsVCJsW_29q3hRhMAr' }).then(res => { + reqCompanyCategorySearch({url_link:window.location.href}).then(res => { if (res.status) { this.company_category_list = [] for (let item of res.data) { @@ -292,7 +292,7 @@ export default { }, init_product_category() { - reqGetProductCategorySearch({ userid: '9KVhsVCJsW_29q3hRhMAr' }).then(res => { + reqGetProductCategorySearch({ url_link: window.location.href,to_page: 'publish' }).then(res => { if (res.status) { this.typeList = buildCaTree(res.data) console.log("2@@", this.typeList); diff --git a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue index 1a3581c..8dbda40 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue @@ -13,24 +13,24 @@ 广场 - +
- -
-
- - - -
-
+ +
+
+ + + +
+
所属类别
@@ -48,9 +48,9 @@
公司类别
- {{ company.name }} + :class="['category-tag', { active: selectedCompanies.includes(company.value) }]" + @click="selectCompany(company.value)"> + {{ company.label }}
@@ -66,7 +66,8 @@
- <返回 + + 返回
@@ -74,7 +75,7 @@