From bc5d79cdd957fcee510d7a1cee07f6775af65596 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 03 三月 2026 10:04:46 +0800
Subject: [PATCH] 合并

---
 mini-program/pages/community/community.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/mini-program/pages/community/community.vue b/mini-program/pages/community/community.vue
index faf1696..c8c15b6 100644
--- a/mini-program/pages/community/community.vue
+++ b/mini-program/pages/community/community.vue
@@ -112,7 +112,7 @@
 			},
 			getCategary() {
 				this.$u.api.getGoodsLabelsByType({
-					type: 0
+					type: 9
 				}).then(res => {
 					if (res.code === 200) {
 						res.data.forEach(item => {
@@ -205,6 +205,9 @@
 						width: 216rpx;
 						height: 72rpx;
 						line-height: 72rpx;
+						white-space: nowrap;
+						overflow: hidden; 
+						text-overflow: ellipsis; /* 鏄剧ず鐪佺暐鍙� */
 						text-align: center;
 						background: #F7F7F7;
 						border-radius: 8rpx;

--
Gitblit v1.9.3