panhui 4 years ago
parent
commit
bc1799008f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/product/NewsList.vue

+ 2 - 2
src/views/product/NewsList.vue

@@ -28,8 +28,8 @@ export default {
             return {
                 query: {
                     onShelf: true,
-                    del: false,
-                    display: true
+                    del: false
+                    // display: true
                 }
             };
         }