Authored by 李靖

链接

@@ -302,7 +302,7 @@ @@ -302,7 +302,7 @@
302 } 302 }
303 303
304 .mip-footer .mip-gototop { 304 .mip-footer .mip-gototop {
305 - display: inline; 305 + display: inline !important;
306 } 306 }
307 307
308 .list-too-little { 308 .list-too-little {
@@ -60,7 +60,7 @@ class List extends global.yoho.BaseModel { @@ -60,7 +60,7 @@ class List extends global.yoho.BaseModel {
60 _.forEach(_.slice(redisData.data, 0, 12), value => { 60 _.forEach(_.slice(redisData.data, 0, 12), value => {
61 build.push({ 61 build.push({
62 name: value.keyword, 62 name: value.keyword,
63 - link: helpers.urlFormat(`/mip/list/${value.id}.html`, null) 63 + link: helpers.urlFormat(`/mip/chanpin/${value.id}.html`, null)
64 }); 64 });
65 }); 65 });
66 resu.name = redisData.name; 66 resu.name = redisData.name;