From a693058ca26c5e5cb07febdbe2af6a066e080873 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 03 三月 2026 15:55:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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