This commit is contained in:
liuye
2023-02-16 14:55:40 +08:00
parent 24a7e8c19a
commit 96c50e6832

View File

@@ -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();