diff --git a/yunxi-ui-app-hl/pages/xiaoxi/index.vue b/yunxi-ui-app-hl/pages/xiaoxi/index.vue index ae79767..7af4d74 100644 --- a/yunxi-ui-app-hl/pages/xiaoxi/index.vue +++ b/yunxi-ui-app-hl/pages/xiaoxi/index.vue @@ -4,31 +4,30 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + @@ -80,11 +79,11 @@ scrolltolower() { if (this.status == "nomore") return; this.status = 'loading'; - this.loadMore(false); setTimeout(() => { if (this.indexList.length >= 100) { this.status = 'nomore'; } else { + this.loadMore(false); this.status = 'loadmore'; } }, 1000);