|
@@ -163,7 +163,7 @@ func (this *MobileResearchController) ArticleNewList() {
|
|
|
ButtonStyle: styleMap[v.ArticleTypeId],
|
|
|
List: v.List,
|
|
|
IsSpecial: v.IsSpecial,
|
|
|
- SpecialTags: v.SpecialTags,
|
|
|
+ SpecialTags: strings.Split(v.SpecialTags, ","),
|
|
|
SpecialColumnId: v.SpecialColumnId,
|
|
|
}
|
|
|
if v.ArticleTypeId == -1 {
|