Browse Source

💄 资讯动态只保留官方资讯

快乐的梦鱼 3 weeks ago
parent
commit
6746c8a911
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/components/controls/Dropdown.vue
  2. 1 1
      src/views/NewsView.vue

+ 1 - 0
src/components/controls/Dropdown.vue

@@ -121,6 +121,7 @@ function selectOption(option: any) {
   width: 300px;
   background-color: transparent;
   border: 1px solid $primary-color;
+  color: $text-color;
   z-index: 20;
 
   .nana-scroll-view {

+ 1 - 1
src/views/NewsView.vue

@@ -127,7 +127,7 @@ const newsLoader = useSimplePagerDataLoader(10, async (page, pageSize) => {
     default:
     case 0: 
       res = await NewsIndexContent.getContentList(new GetContentListParams()
-        .setMainBodyColumnId([ 228, 298, 299 ])
+        .setMainBodyColumnId([ 228/* , 298, 299 */ ])
         .setKeywords(searchValue.value)
         .setSelfValues({
           region: searchRegion.value === 0 ? undefined : searchRegion.value,