panhui 4 лет назад
Родитель
Сommit
c8515ab866

BIN
src/main/nine-space/src/assets/fenxiang-icon.png


BIN
src/main/nine-space/src/assets/icon-lianshangxinxi(1).png


BIN
src/main/nine-space/src/assets/icon-lianshangxinxi(2).png


BIN
src/main/nine-space/src/assets/icon-lianshangxinxi.png


BIN
src/main/nine-space/src/assets/icon-miaoshu.png


BIN
src/main/nine-space/src/assets/qiaoqiaohua-icon-weidakai.png


+ 0 - 3
src/main/nine-space/src/mixins/common.js

@@ -62,9 +62,6 @@ export default {
             });
         },
         getImg(imgs = '', type = '', size = 800) {
-            // console.log(imgs);
-            // console.log(type);
-            console.log(size);
             if (!imgs) {
                 imgs = '';
             }

+ 2 - 2
src/main/nine-space/src/views/Discover.vue

@@ -239,7 +239,7 @@ export default {
                 .post(
                     '/collection/all',
                     {
-                        page: 0,
+                        page: this.page,
                         size: 20,
                         query: {
                             onShelf: true,
@@ -254,7 +254,7 @@ export default {
                     this.empty = res.empty;
                     this.loading = false;
                     this.finished = res.last;
-                    if (!this.finished) {
+                    if (!res.last) {
                         this.page = this.page + 1;
                     }
                 });