liuyu %!s(int64=4) %!d(string=hai) anos
pai
achega
e05b4bdf56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/live/parts/liveList.vue

+ 1 - 1
src/views/live/parts/liveList.vue

@@ -50,7 +50,7 @@ export default {
   methods: {
     ...room({ roomQuery: 'query' }),
     async searchInfo() {
-      let res = await this.roomQuery();
+      let res = await this.roomQuery({ skip: 0, limit: 100000, status: 1 });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);
       }