diff --git a/src/project/qujing/AppHome/AppHome.vue b/src/project/qujing/AppHome/AppHome.vue index cfe7cde..fc279d1 100644 --- a/src/project/qujing/AppHome/AppHome.vue +++ b/src/project/qujing/AppHome/AppHome.vue @@ -82,7 +82,7 @@ export default { data() { return { cdn: "https://cdn.cunwuyun.cn/wxmp", - swiperList: [{image: 'https://img1.baidu.com/it/u=3155988012,1977937542&fm=253&app=138&size=w931&n=0&f=JPG&fmt=auto?sec=1675357200&t=25831b87b8fe5b501fa4665e2c9bcb92'}], + swiperList: [], index: 0, grids: [], activeList: [], @@ -114,7 +114,7 @@ export default { }, onLoad() { this.autoLogin().then(() => { - // this.getSwiperList(); + this.getSwiperList(); this.getName(); this.getGrids(); this.getActive();