...
|
...
|
@@ -60,7 +60,7 @@ class List extends global.yoho.BaseModel { |
|
|
_.forEach(_.slice(redisData.data, 0, 12), value => {
|
|
|
build.push({
|
|
|
name: value.keyword,
|
|
|
link: helpers.urlFormat(`/mip/list/${value.id}.html`, null)
|
|
|
link: helpers.urlFormat(`/mip/chanpin/${value.id}.html`, null)
|
|
|
});
|
|
|
});
|
|
|
resu.name = redisData.name;
|
...
|
...
|
|