Browse Source

修改首页报错

master
liaoxinyu 2 years ago
parent
commit
4c8cb70df1
  1. 8
      pages/base/home.vue

8
pages/base/home.vue

@ -1296,10 +1296,10 @@
}).then(res => {
let data = res.data;
this.articleList = data.splice(0, 3);
console.log(this.articleList, 222222);
setTimeout(() => {
this.skroll();
}, 100);
// console.log(this.articleList, 222222);
// setTimeout(() => {
// this.skroll();
// }, 100);
})
},
bgUrl(url) {

Loading…
Cancel
Save