|
|
@@ -480,7 +480,7 @@ export const actions = {
|
|
|
// 获取品牌中心轮播图
|
|
|
loadBrandCarousel ({ commit }) {
|
|
|
commit('carousel/REQUEST_BRANDCAROUSEL')
|
|
|
- return axios.get('/cmsApi?method=queryContentPage&module=brandCenter_littleSlideshow&orderBy=contExp_sort')
|
|
|
+ return axios.get('/cmsApi?method=queryContentPage&module=brandCenter_littleSlideshow')
|
|
|
.then(response => {
|
|
|
commit('carousel/GET_BRANDCAROUSEL_SUCCESS', response.data)
|
|
|
}, err => {
|
|
|
@@ -490,7 +490,7 @@ export const actions = {
|
|
|
// 获取品牌中心首屏背景图
|
|
|
loadBrandBanner ({ commit }) {
|
|
|
commit('product/banner/REQUEST_BRANDBANNER')
|
|
|
- return axios.get('/cmsApi?method=queryContentPage&module=brandCenter_firstScreen&orderBy=contExp_sort')
|
|
|
+ return axios.get('/cmsApi?method=queryContentPage&module=brandCenter_firstScreen')
|
|
|
.then(response => {
|
|
|
commit('product/banner/GET_BRANDBANNER_SUCCESS', response.data)
|
|
|
}, err => {
|