|
@@ -397,7 +397,7 @@ func (s *Short) LoginCommon(userId, stype, id string, bm bool) error {
|
|
|
s.T["canRead"] = canRead
|
|
|
}
|
|
|
if len(obj) > 0 {
|
|
|
- if canRead || util.ObjToString(obj["subtype"]) == "拟建" {
|
|
|
+ if canRead {
|
|
|
FieldProcessing(obj, ssOpenid, industry, id, from_userid, userId, stype, true)
|
|
|
//免费用户正文手机号替换
|
|
|
if obj["site"] == "剑鱼信息发布平台" && !isMember {
|
|
@@ -540,7 +540,7 @@ func (s *Short) LoginCommon(userId, stype, id string, bm bool) error {
|
|
|
if newCanRead {
|
|
|
s.T["canRead"] = newCanRead
|
|
|
}
|
|
|
- if node || util.ObjToString(obj["subtype"]) == "拟建" {
|
|
|
+ if node {
|
|
|
if len(po) > 0 {
|
|
|
s.T["projectOther"] = po
|
|
|
}
|