Authored by yyq

fix

... ... @@ -156,7 +156,7 @@ export default {
setTimeout(() => {
this.fetching = false;
this.$refs.scroll.init();
}, 500);
}, 200);
}
const article = get(res, 'data.detailList[0]', this.articleInfo);
... ...