From 20340f1426ced14a770a6f6b585ea5a69fce3015 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 23 八月 2019 12:32:46 +0800 Subject: [PATCH] 限时秒杀修改 --- fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java index 08e4562..dd04f18 100644 --- a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java +++ b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java @@ -758,9 +758,8 @@ if (dto == null) return null; - icon = "http://img.flqapp.com/resource/msg/icon_msg_other_tlj.png"; + icon = "http://img.flqapp.com/resource/msg/icon_msg_other_integral.png"; - List<ClientTextStyleVO> contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(dto.getState(), COLOR_CONTENT)); items.add(new CommonMsgItemVO(new ClientTextStyleVO("鐘舵��", COLOR_TITLE), contentList)); -- Gitblit v1.8.0