...
|
...
|
@@ -34,6 +34,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
this.searchApi = new SearchApi(ctx);
|
|
|
this.getGoodsFloor = {
|
|
|
最新上架: 'newArrivls',
|
|
|
|
|
|
// 新增导航: 'newFloor'
|
|
|
};
|
|
|
this.floorMap = {
|
...
|
...
|
@@ -46,6 +47,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
ACCESSORIES: this._getSingleHotFloorData.bind(this),
|
|
|
优选品牌: this._getPreBrandTopData.bind(this),
|
|
|
最新上架: this._getGoodsFloorData.bind(this),
|
|
|
|
|
|
// 新增导航: this._getGoodsFloorData.bind(this),
|
|
|
ad: this._getadbannerData.bind(this),
|
|
|
category: this._getCategoryFloorData.bind(this),
|
...
|
...
|
|