|
@@ -2,7 +2,7 @@
|
|
<view class="home-container page-discover d-flex flex-col bg-base">
|
|
<view class="home-container page-discover d-flex flex-col bg-base">
|
|
<image
|
|
<image
|
|
class="position-absolute title"
|
|
class="position-absolute title"
|
|
- src="/static/images/discover/Title.png"
|
|
|
|
|
|
+ src="https://mn.wenlvti.net/app_static/minnan/images/discover/Title.png"
|
|
mode="widthFix"
|
|
mode="widthFix"
|
|
/>
|
|
/>
|
|
<view class="content d-flex flex-col wing-l">
|
|
<view class="content d-flex flex-col wing-l">
|
|
@@ -44,7 +44,7 @@
|
|
desc="参与人数:1,234"
|
|
desc="参与人数:1,234"
|
|
@click="navTo('/pages/answer/index')"
|
|
@click="navTo('/pages/answer/index')"
|
|
>
|
|
>
|
|
- <image class="width-60 height-60 radius-base" src="/static/images/discover/IconCup.png" mode="aspectFill" />
|
|
|
|
|
|
+ <image class="width-60 height-60 radius-base" src="https://mn.wenlvti.net/app_static/minnan/images/discover/IconCup.png" mode="aspectFill" />
|
|
</Box2LineRightSlot> -->
|
|
</Box2LineRightSlot> -->
|
|
<Box2LineRightSlot
|
|
<Box2LineRightSlot
|
|
title="闽南知识问答"
|
|
title="闽南知识问答"
|
|
@@ -135,16 +135,16 @@
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
import Tabbar from '@/common/components/tabs/tabbar.vue';
|
|
import Tabbar from '@/common/components/tabs/tabbar.vue';
|
|
-import CategoryIcon1 from '/static/images/discover/CategoryIcon1.png';
|
|
|
|
-import CategoryIcon2 from '/static/images/discover/CategoryIcon2.png';
|
|
|
|
-import CategoryIcon3 from '/static/images/discover/CategoryIcon3.png';
|
|
|
|
-import CategoryIcon4 from '/static/images/discover/CategoryIcon4.png';
|
|
|
|
-import CategoryIcon5 from '/static/images/discover/CategoryIcon5.png';
|
|
|
|
-import ImageTest2 from '/static/images/home/ImageTest2.jpg';
|
|
|
|
-import ImageTest3 from '/static/images/home/ImageTest3.jpg';
|
|
|
|
-import ImageTest4 from '/static/images/home/ImageTest4.jpg';
|
|
|
|
-import ImageTest5 from '/static/images/home/ImageTest5.jpg';
|
|
|
|
-import UserHead from '/static/images/home/UserHead.png';
|
|
|
|
|
|
+import CategoryIcon1 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
|
|
|
|
+import CategoryIcon2 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
|
|
|
|
+import CategoryIcon3 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
|
|
|
|
+import CategoryIcon4 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
|
|
|
|
+import CategoryIcon5 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
|
|
|
|
+import ImageTest2 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
|
|
|
|
+import ImageTest3 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest3.jpg';
|
|
|
|
+import ImageTest4 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest4.jpg';
|
|
|
|
+import ImageTest5 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest5.jpg';
|
|
|
|
+import UserHead from 'https://mn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
|
|
import Box2LineRightShadow from './parts/Box2LineRightShadow.vue';
|
|
import Box2LineRightShadow from './parts/Box2LineRightShadow.vue';
|
|
import Box2LinePlayRightArrow from './parts/Box2LinePlayRightArrow.vue';
|
|
import Box2LinePlayRightArrow from './parts/Box2LinePlayRightArrow.vue';
|
|
import Box2LineRightSlot from './parts/Box2LineRightSlot.vue';
|
|
import Box2LineRightSlot from './parts/Box2LineRightSlot.vue';
|
|
@@ -157,12 +157,12 @@ import { useHomePageMiniCommonListGoMoreAndGoDetail } from './article/common/Com
|
|
|
|
|
|
const categories = [
|
|
const categories = [
|
|
{
|
|
{
|
|
- name: '民俗文化',
|
|
|
|
- icon: CategoryIcon1 ,
|
|
|
|
|
|
+ name: '海洋文化',
|
|
|
|
+ icon: CategoryIcon5 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
- title: '民俗文化',
|
|
|
|
- mainBodyColumnId: '245,248',
|
|
|
|
- modelId: 4,
|
|
|
|
|
|
+ title: '海洋文化',
|
|
|
|
+ mainBodyColumnId: 254,
|
|
|
|
+ modelId: 3,
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
})
|
|
})
|
|
@@ -179,17 +179,6 @@ const categories = [
|
|
})
|
|
})
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- name: '戏曲艺术',
|
|
|
|
- icon: CategoryIcon3 ,
|
|
|
|
- onClick: () => navTo('/pages/article/common/list', {
|
|
|
|
- title: '戏曲艺术',
|
|
|
|
- mainBodyColumnId: 240,
|
|
|
|
- modelId: 3,
|
|
|
|
- itemType: 'article-common',
|
|
|
|
- detailsPage: '/pages/article/details',
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
name: '闽南美食',
|
|
name: '闽南美食',
|
|
icon: CategoryIcon4 ,
|
|
icon: CategoryIcon4 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
@@ -201,33 +190,44 @@ const categories = [
|
|
})
|
|
})
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- name: '舞蹈艺术',
|
|
|
|
|
|
+ name: '戏剧曲艺',
|
|
icon: CategoryIcon3 ,
|
|
icon: CategoryIcon3 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
- title: '舞蹈艺术',
|
|
|
|
- mainBodyColumnId: 239,
|
|
|
|
|
|
+ title: '戏剧曲艺',
|
|
|
|
+ mainBodyColumnId: '240,241',
|
|
modelId: 3,
|
|
modelId: 3,
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
})
|
|
})
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- name: '海洋文化',
|
|
|
|
- icon: CategoryIcon5 ,
|
|
|
|
|
|
+ name: '音乐舞蹈',
|
|
|
|
+ icon: CategoryIcon3 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
- title: '海洋文化',
|
|
|
|
- mainBodyColumnId: 254,
|
|
|
|
|
|
+ title: '音乐舞蹈',
|
|
|
|
+ mainBodyColumnId: 239,
|
|
modelId: 3,
|
|
modelId: 3,
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
})
|
|
})
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- name: '曲艺艺术',
|
|
|
|
- icon: CategoryIcon3 ,
|
|
|
|
|
|
+ name: '民俗文化',
|
|
|
|
+ icon: CategoryIcon1 ,
|
|
|
|
+ onClick: () => navTo('/pages/article/common/list', {
|
|
|
|
+ title: '民俗文化',
|
|
|
|
+ mainBodyColumnId: '245,248',
|
|
|
|
+ modelId: 4,
|
|
|
|
+ itemType: 'article-common',
|
|
|
|
+ detailsPage: '/pages/article/details',
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '美术技艺',
|
|
|
|
+ icon: CategoryIcon1 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
- title: '曲艺艺术',
|
|
|
|
- mainBodyColumnId: 241,
|
|
|
|
|
|
+ title: '美术技艺',
|
|
|
|
+ mainBodyColumnId: 314,
|
|
modelId: 3,
|
|
modelId: 3,
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|