|
@@ -169,7 +169,7 @@ func UserMsgList(this *message.UserMsgListReq) *message.UserMsgList {
|
|
|
for _, v := range entity.MessageColumn {
|
|
|
var column message.AllSortData
|
|
|
column.Name = common.InterfaceToStr(v["name"])
|
|
|
- column.Img = fmt.Sprintf("/swordfish/msgCenter/%s.png", common.InterfaceToStr(v["img"]))
|
|
|
+ column.Img = fmt.Sprintf("/images/msgCenter/%s.png", common.InterfaceToStr(v["img"]))
|
|
|
column.MsgType = common.Int64All(v["msg_type"])
|
|
|
if column.Name == "私信" {
|
|
|
column.UnreadMessages = unreadMsg(this)
|