From 96c50e6832b07c9c59b0354c5173eee160b1b498 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 16 Feb 2023 14:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppHome/AppHome.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();