fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -626,7 +626,13 @@ if (dto.getLeftDay() != null) { contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(dto.getLeftDay() + "", COLOR_HIGHLIGHT_CONTENT)); if (msg.getType() == MsgTypeOtherTypeEnum.couponMianDan) { contentList.add(new ClientTextStyleVO("天(未使用将会过期)", COLOR_CONTENT)); } else { contentList.add(new ClientTextStyleVO("天", COLOR_CONTENT)); } items.add(new CommonMsgItemVO(new ClientTextStyleVO("剩余天数", COLOR_TITLE), contentList)); }