diff --git a/pages/message/message.vue b/pages/message/message.vue index 696f8df..65c4607 100644 --- a/pages/message/message.vue +++ b/pages/message/message.vue @@ -57,9 +57,10 @@ {{item.sendTime}} - {{item.content}} + {{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}} + {{item.unreadCount}} @@ -162,13 +163,16 @@ border-bottom: 2rpx solid #E6E6E6; .nostatus { - width: 15rpx; - height: 15rpx; + width: 30rpx; + height: 30rpx; background: #F10100; border-radius: 50%; position: absolute; right: 20rpx; - bottom: 25%; + bottom: 28%; + line-height: 15px; + text-align: center; + color: white; } .time {