|
@@ -611,11 +611,13 @@ func (this *UserController) CollectList() {
|
|
|
}
|
|
|
if item.ArticleTypeId == -1 {
|
|
|
list[i].ArticleTypeName = utils.CYGX_YANXUAN_SPECIAL
|
|
|
+ } else if item.ArticleTypeId > 0 {
|
|
|
+ list[i].ArticleTypeName = utils.CYGX_YANXUAN_ARTICLE
|
|
|
}
|
|
|
if item.SpecialType == 1 {
|
|
|
- list[i].Title = "【笔记】"+list[i].Title
|
|
|
+ list[i].Title = "【笔记】" + list[i].Title
|
|
|
} else if list[i].SpecialType == 2 {
|
|
|
- list[i].Title = "【观点】"+list[i].Title
|
|
|
+ list[i].Title = "【观点】" + list[i].Title
|
|
|
}
|
|
|
if item.MyCollectNum > 0 {
|
|
|
list[i].IsCollect = true
|