首页
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
cdn: "https://cdn.cunwuyun.cn/wxmp",
|
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,
|
index: 0,
|
||||||
grids: [],
|
grids: [],
|
||||||
activeList: [],
|
activeList: [],
|
||||||
@@ -114,7 +114,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.autoLogin().then(() => {
|
this.autoLogin().then(() => {
|
||||||
// this.getSwiperList();
|
this.getSwiperList();
|
||||||
this.getName();
|
this.getName();
|
||||||
this.getGrids();
|
this.getGrids();
|
||||||
this.getActive();
|
this.getActive();
|
||||||
|
|||||||
Reference in New Issue
Block a user