...
|
...
|
@@ -24,7 +24,7 @@ exports.getBrandViewList = (channel) => { |
|
|
let apiMethod = [
|
|
|
headerModel.requestHeaderData(channel),
|
|
|
brandsModel.getBrandViewTop(channel),
|
|
|
brandsModel.getBrandViewList(channel)
|
|
|
brandsModel.getBrandViewList(channel, 1, 5) //分屏加载
|
|
|
];
|
|
|
|
|
|
return api.all(apiMethod).then(result => {
|
...
|
...
|
|