|
@@ -51,7 +51,7 @@ func GetBidSearchData(in *bxcore.SearchReq, isCache bool) (count int64, list []*
|
|
|
Fields: fields,
|
|
|
Start: MC.If(isCache, 0, start).(int),
|
|
|
Limit: MC.If(isCache, MC.If(in.IsPay, IC.C.DefaultBidInfo.PayCount, IC.C.DefaultBidInfo.Count).(int), int(in.PageSize)).(int),
|
|
|
- Count: MC.If(strings.Contains(in.SelectType, "detail"), 115, 0).(int), //高亮正文数量
|
|
|
+ Count: MC.If(strings.Contains(in.SelectType, "detail"), 300, 0).(int), //高亮正文数量
|
|
|
HighLight: MC.If(strings.Contains(in.SelectType, "detail"), true, false).(bool), //是否高亮正文
|
|
|
}
|
|
|
var loginType int
|