Authored by 李靖

链接

... ... @@ -302,7 +302,7 @@
}
.mip-footer .mip-gototop {
display: inline;
display: inline !important;
}
.list-too-little {
... ...
... ... @@ -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;
... ...