Szx 3 년 전
부모
커밋
83a76e4927
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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