|
@@ -2,7 +2,8 @@ |
|
@@ -2,7 +2,8 @@ |
2
|
<div class="product-new" :class="{'no-header': noheader}">
|
2
|
<div class="product-new" :class="{'no-header': noheader}">
|
3
|
<header-box title="NEW ARRIVAL"></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"
|
|
|
6
|
+ :report-page-name="pageName"></product-list>
|
6
|
<shopping-bag :cart-count="cartCount" v-if="isApp"></shopping-bag>
|
7
|
<shopping-bag :cart-count="cartCount" v-if="isApp"></shopping-bag>
|
7
|
</div>
|
8
|
</div>
|
8
|
</template>
|
9
|
</template>
|
|
@@ -51,8 +52,7 @@ |
|
@@ -51,8 +52,7 @@ |
51
|
cartCount: 0,
|
52
|
cartCount: 0,
|
52
|
|
53
|
|
53
|
// for yas report
|
54
|
// for yas report
|
54
|
- pageName: 'FP_BLK_New_h5',
|
|
|
55
|
- pageParam: ''
|
55
|
+ pageName: 'FP_BLK_New_h5'
|
56
|
};
|
56
|
};
|
57
|
},
|
57
|
},
|
58
|
computed: {
|
58
|
computed: {
|