Prechádzať zdrojové kódy

🎨 按要求修改问题

快乐的梦鱼 1 týždeň pred
rodič
commit
c0186aa420

+ 7 - 4
src/pages/home/index.vue

@@ -17,7 +17,7 @@
           <text class="title">世界闽南文化交流中心</text>
           <text>闽南文化生态保护区(厦门市)</text>
           <view class="more">
-            <text>保护区概况</text>
+            <text>&nbsp;</text>
           </view>
           <Image 
             innerClass="footer"
@@ -503,9 +503,12 @@ onShareAppMessage(() => {
       margin-top: 30rpx;
       padding: 10rpx 18rpx;
       width: 180rpx;
-      background-image: url('https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBanner.png');
-      background-size: 100% auto;
-      background-repeat: no-repeat;
+
+      &.badge {
+        background-image: url('https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBanner.png');
+        background-size: 100% auto;
+        background-repeat: no-repeat;
+      }
 
       text {
         font-family: initial;

+ 4 - 3
src/pages/introduction/explore.vue

@@ -68,7 +68,7 @@
           </FlexRow>
         </FlexCol>
       </SimplePageContentLoader>   -->
-
+      
       <Footer text="我也是有底线的~" />
     </FlexCol>
   </CommonRoot>
@@ -156,12 +156,13 @@ const categoryDefine = [
     title: '海洋文化',
     content: SeaContent,
     type: '',
-  },
+  },*/
   {
     title: '政策法规',
     content: PolicyContent,
     type: '',
-  },*/
+    morePage: '/pages/home/laws',
+  },
 ]
 const categoryDatas = categoryDefine.map(item => ({
   ...item,

+ 3 - 2
src/pages/research/index.vue

@@ -4,7 +4,7 @@
     :dropDownNames="dropdownNames"
     :tabs="[
       { id: 0, text: '创新发展' },
-      { id: 1, text: '研究成果' },
+      { id: 1, text: '研究机构' },
     ]"
     :detailsPage="{
       0: '/pages/doc/details',
@@ -21,6 +21,7 @@ import { GetContentListParams } from '@/api/CommonContent';
 import CommonListPage, { type DropDownNames } from '@/pages/article/common/CommonListPage.vue';
 import ResultContent from '@/api/research/ResultContent';
 import InnovationContent from '@/api/research/InnovationContent';
+import TeamsContent from '@/api/research/TeamsContent';
 
 const dropdownNames = ref<DropDownNames[]>([]);
 const startTab = ref(0);
@@ -34,7 +35,7 @@ async function loadData(
   let res;
   switch (tabSelect) {
     case 1: 
-      res = (await ResultContent.getContentList(new GetContentListParams()
+      res = (await TeamsContent.getContentList(new GetContentListParams()
         .setKeywords(searchText)
       , page, pageSize))
       break;