|
@@ -68,6 +68,6 @@ func (l *PurchaseSearchLogic) PurchaseSearch(in *bxcore.PurchaseReq) (*bxcore.Pu
|
|
|
res.Data.Keywords = ps.HighlightWords
|
|
|
res.Data.InterceptLimit = int64(MC.IntAllDef(IC.C.KeywordsLimit, 35))
|
|
|
res.Data.InterceptKeywords = ps.InterceptKeyWords
|
|
|
- res.Data.InterceptOtherWords = ps.KeyWords
|
|
|
+ res.Data.InterceptOtherWords = ps.TipMsg
|
|
|
return res, err
|
|
|
}
|