|
@@ -157,7 +157,7 @@ export default {
|
|
|
},
|
|
|
async asyncData({$axios, store}) {
|
|
|
let [res1, res2] = await Promise.all([
|
|
|
- await $axios.$post(`/home/news/carousel`, {newsClassifyId: classifys.shouye.classify}).then(res => {
|
|
|
+ await $axios.$post(`/home/news/carousel`, {newsClassifyId: classifys.shouye.classify, 'keyword': classifys.kaoshixitong.keyword}).then(res => {
|
|
|
return res;
|
|
|
}),
|
|
|
await $axios.$post(`/home/banner/list`, {code: BannerImgs.shouye}).then(res => {
|