Szx há 3 anos atrás
pai
commit
83a76e4927
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      src/assets/less/shelf.less
  2. 1 1
      src/views/Category/index.ux

+ 1 - 1
src/assets/less/shelf.less

@@ -31,11 +31,11 @@
       .blank_img {
         width: 100%;
         height: 900px;
+        background-color: #fff;
         align-items: center;
         justify-content: center;
         image {
           width: 500px;
-          height: 75%;
         }
       }
       .type-bar {

+ 1 - 1
src/views/Category/index.ux

@@ -113,7 +113,7 @@ export default {
         channel_id: '',
         category_id: '',
         order_field: 'recommend_index',
-        order_seq: 'asc',
+        order_seq: 'desc',
         page_size: 100,
         page: 1,
         status: 1