From 5dc1b6aa77ed1ee0a1b524d4de1e31a768cab892 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Fri, 3 Apr 2026 19:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=97=A5=E5=BF=97ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/news/index.vue b/pages/news/index.vue index 877f177..ac690fe 100644 --- a/pages/news/index.vue +++ b/pages/news/index.vue @@ -82,7 +82,7 @@ {{ item.content }} 暂无更多{{item.title.substring(0,2)}}消息 ... - + @@ -138,7 +138,7 @@ export default { msgType: 'notice', title: '系统通知', badge: false, - numBadge: 5, // 无值则不显示 + numBadge: null, // 无值则不显示 width: '40rpx' }, { @@ -148,7 +148,7 @@ export default { title: '活动中心', msgType: 'event', badge: false, - numBadge: 25, // 无值则不显示 + numBadge: null, // 无值则不显示 width: '100rpx' } ], @@ -252,7 +252,7 @@ export default { cancelText: '取消', confirmText: '确定', success: (res) => { - removeBatch({msgType:"status"}).then(response => { + removeBatch({msgType:item.msgType}).then(response => { if (response.code === 200) { this.getMsgOverview() } @@ -451,6 +451,7 @@ export default { font-size: 26rpx; color: #999; line-height: 1.4; + max-height: 18.19px; display: flex; align-items: center; justify-content: space-between;