瀏覽代碼

📦 文字修改

imengyu 1 月之前
父節點
當前提交
fea85125ce
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/pages/inhert.vue

+ 3 - 3
src/pages/inhert.vue

@@ -136,9 +136,9 @@
         </scroll-view>
       </SimplePageContentLoader>
 
-      <!-- 古早味知识百科 -->
+      <!-- 闽南知识百科 -->
       <view class="d-flex flex-col wing-l">
-        <HomeTitle title="古早味知识百科" showMore @clickMore="goTopicsList" />
+        <HomeTitle title="闽南知识百科" showMore @clickMore="goTopicsList" />
         <SimplePageContentLoader :loader="topicsData">
           <Box2LineRightShadow
             v-for="(item, i) in topicsData.content.value" 
@@ -262,7 +262,7 @@ const {
   goList: goTopicsList,
   goDetail: goTopicsDetail,
 } = useHomePageMiniCommonListGoMoreAndGoDetail({
-  title: '古早味知识百科',
+  title: '闽南知识百科',
   mainBodyColumnId: 43,
   modelId: 8,
   itemType: 'article-common',