Authored by 陈峰

Merge branch 'hotfix/cpdqText' into 'master'

fix text

fix text

See merge request !183
... ... @@ -147,7 +147,7 @@ module.exports = class extends global.yoho.BaseModel {
return {
pathNav: [
{pathTitle: `${upChannel}首页`, name: `${upChannel}首页`, href: indexUrl[channel]},
{pathTitle: '全部分类', name: '全部分类'}
{pathTitle: '产品大全', name: '产品大全'}
],
hotBrands: result[1],
chanpinList
... ...
... ... @@ -2,7 +2,7 @@
{{> common/path-nav}}
<div class="chanpin-block">
<h1 class="main-title">品大全</h1>
<h1 class="main-title">品大全</h1>
<ul class="list-block clearfix">
{{# chanpinList}}
<li><a href="//www.yohobuy.com/chanpin/{{id}}.html" title="{{keyword}}" target="_blank">{{keyword}}</a></li>
... ...