From ef46d13d5fa70d1c94f25de294f5ed177b751234 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 02 三月 2026 16:40:30 +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