Browse Source

no message

xingzai 2 years ago
parent
commit
75b0033198
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/report.go

+ 3 - 0
controllers/report.go

@@ -86,6 +86,9 @@ func (this *MobileReportController) TradeList() {
 			}
 		}
 		for k, v := range list {
+			if v.CategoryId == utils.TIME_LINE_ID {
+				continue
+			}
 			count, err := models.GetUserIsReadThisNewCategoryArticleCount(v.CategoryId, uid)
 			if err != nil && err.Error() != utils.ErrNoRow() {
 				br.Msg = "获取信息失败"