消息日志ui
parent
a464432585
commit
5dc1b6aa77
|
|
@ -138,7 +138,7 @@ export default {
|
||||||
msgType: 'notice',
|
msgType: 'notice',
|
||||||
title: '系统通知',
|
title: '系统通知',
|
||||||
badge: false,
|
badge: false,
|
||||||
numBadge: 5, // 无值则不显示
|
numBadge: null, // 无值则不显示
|
||||||
width: '40rpx'
|
width: '40rpx'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
title: '活动中心',
|
title: '活动中心',
|
||||||
msgType: 'event',
|
msgType: 'event',
|
||||||
badge: false,
|
badge: false,
|
||||||
numBadge: 25, // 无值则不显示
|
numBadge: null, // 无值则不显示
|
||||||
width: '100rpx'
|
width: '100rpx'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -252,7 +252,7 @@ export default {
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
confirmText: '确定',
|
confirmText: '确定',
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
removeBatch({msgType:"status"}).then(response => {
|
removeBatch({msgType:item.msgType}).then(response => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
this.getMsgOverview()
|
this.getMsgOverview()
|
||||||
}
|
}
|
||||||
|
|
@ -451,6 +451,7 @@ export default {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
max-height: 18.19px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue