Authored by 李奇

fixed: title修改

1 <template> 1 <template>
2 <div> 2 <div>
3 - <header-box title="品牌" ref="header"></header-box> 3 + <header-box title="BRANDS" ref="header"></header-box>
4 <resources :content-code="contentCode"></resources> 4 <resources :content-code="contentCode"></resources>
5 <brand-list :channel="channel"></brand-list> 5 <brand-list :channel="channel"></brand-list>
6 </div> 6 </div>
1 <template> 1 <template>
2 <div class="product-new" :class="{'no-header': noheader}"> 2 <div class="product-new" :class="{'no-header': noheader}">
3 - <header-box title="新品抢先看"></header-box> 3 + <header-box title="NEW ARRIVAL"></header-box>
4 <filter-box :val="order" :filter="filterConfig" v-if="enableOrder"></filter-box> 4 <filter-box :val="order" :filter="filterConfig" v-if="enableOrder"></filter-box>
5 <product-list :data="productList" :state="listState" class="list-items"></product-list> 5 <product-list :data="productList" :state="listState" class="list-items"></product-list>
6 <shopping-bag :cart-count="cartCount" v-if="isApp"></shopping-bag> 6 <shopping-bag :cart-count="cartCount" v-if="isApp"></shopping-bag>