@@ -92,6 +92,7 @@ func (a *AheadStruct) Ahead() (eri *entity.AheadRecommend) {
if total > 0 {
if repl != nil && *repl != nil && len(*repl) > 0 {
list = a.Format(*repl)
+ total = int64(len(list))
}