@@ -445,6 +445,10 @@ func (s *Short) Article(stype, id string) error {
_, _, _, objc := pcVRT(sid, indust, stype, isVip || isMember || isEntniche)
node = SeeDetailLimit(objc, userId, sid)
}
+
+ if obj["publishtime"] != nil {
+ obj["publishtimeShorDate"] = time.Unix(util.Int64All(obj["publishtime"]), 0).Format(date.Date_Short_Layout)
+ }
s.T["canRead"] = node
if stype == "advancedProject" {
canRead := false