|
@@ -542,7 +542,7 @@ func wxvisitD(sid, userId string, isPayUser bool) (objdata map[string]interface{
|
|
var infoformat = util.IntAllDef(obj["infoformat"], 1)
|
|
var infoformat = util.IntAllDef(obj["infoformat"], 1)
|
|
obj["infoformat"] = infoformat
|
|
obj["infoformat"] = infoformat
|
|
//精准字段(竞争对手的地址) 或 拟建项目
|
|
//精准字段(竞争对手的地址) 或 拟建项目
|
|
- if util.ObjToString(obj["href"]) == "#" || infoformat == 2 {
|
|
|
|
|
|
+ if util.ObjToString(obj["href"]) == "#" || infoformat == 2 || util.ObjToString(obj["site"]) == "剑鱼信息发布平台" {
|
|
delete(obj, "href")
|
|
delete(obj, "href")
|
|
delete(obj, "competehref")
|
|
delete(obj, "competehref")
|
|
}
|
|
}
|