Authored by yyq

fix recommend list

... ... @@ -100,6 +100,7 @@ export default {
},
mounted() {
this.colWidthForTwo = Math.floor(this.$el.offsetWidth / 2);
this.fetching = true;
},
computed: {
...mapYohoState(['yoho']),
... ... @@ -156,6 +157,7 @@ export default {
this.listTitle = '';
setTimeout(() => {
this.fetching = false;
this.$refs.scroll.init();
}, 500);
}
... ...