|
@@ -392,7 +392,7 @@ Loop:
|
|
|
|
|
|
|
|
|
if hasPermission == 1 && detail.ArticleId > utils.SummaryArticleId && detail.ArticleTypeId > 0 {
|
|
|
- detail.PublishDate = utils.TimeRemoveHms2(detail.PublishDate)
|
|
|
+
|
|
|
if detail.ReportLink != "" {
|
|
|
chartUserTokenByMobile, _ := services.GetUserTokenByMobile(user.Mobile)
|
|
|
detail.ReportLink += "?token=" + chartUserTokenByMobile
|