|
@@ -146,7 +146,6 @@ import { useHomePageMiniCommonListGoMoreAndGoDetail } from './article/common/Com
|
|
|
|
|
|
const CategoryIcon1 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
|
|
|
const CategoryIcon2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
|
|
|
-const CategoryIcon3 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
|
|
|
const CategoryIcon4 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
|
|
|
const CategoryIcon5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
|
|
|
const ImageTest2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
|
|
@@ -156,17 +155,6 @@ const ImageTest5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/Imag
|
|
|
const UserHead = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
|
|
|
const categories = [
|
|
|
{
|
|
|
- name: '海洋文化',
|
|
|
- icon: CategoryIcon5 ,
|
|
|
- onClick: () => navTo('/pages/article/common/list', {
|
|
|
- title: '海洋文化',
|
|
|
- mainBodyColumnId: 254,
|
|
|
- modelId: 3,
|
|
|
- itemType: 'article-common',
|
|
|
- detailsPage: '/pages/article/details',
|
|
|
- })
|
|
|
- },
|
|
|
- {
|
|
|
name: '建筑遗产',
|
|
|
icon: CategoryIcon2 ,
|
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
@@ -180,11 +168,11 @@ const categories = [
|
|
|
{
|
|
|
name: '闽南美食',
|
|
|
icon: CategoryIcon4 ,
|
|
|
- onClick: () => navTo('/pages/introduction/food/')
|
|
|
+ onClick: () => navTo('/pages/introduction/food/list')
|
|
|
},
|
|
|
{
|
|
|
name: '戏剧曲艺',
|
|
|
- icon: CategoryIcon3 ,
|
|
|
+ icon: 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon6.png',
|
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
|
title: '戏剧曲艺',
|
|
|
mainBodyColumnId: '240,241',
|
|
@@ -195,7 +183,7 @@ const categories = [
|
|
|
},
|
|
|
{
|
|
|
name: '音乐舞蹈',
|
|
|
- icon: CategoryIcon3 ,
|
|
|
+ icon: 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon7.png',
|
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
|
title: '音乐舞蹈',
|
|
|
mainBodyColumnId: 239,
|
|
@@ -205,16 +193,27 @@ const categories = [
|
|
|
})
|
|
|
},
|
|
|
{
|
|
|
+ name: '美术技艺',
|
|
|
+ icon: 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon8.png',
|
|
|
+ onClick: () => navTo('/pages/article/common/list', {
|
|
|
+ title: '美术技艺',
|
|
|
+ mainBodyColumnId: 314,
|
|
|
+ modelId: 3,
|
|
|
+ itemType: 'article-common',
|
|
|
+ detailsPage: '/pages/article/details',
|
|
|
+ })
|
|
|
+ },
|
|
|
+ {
|
|
|
name: '闽南民俗',
|
|
|
icon: CategoryIcon1 ,
|
|
|
onClick: () => navTo('/pages/introduction/custom/list')
|
|
|
},
|
|
|
{
|
|
|
- name: '美术技艺',
|
|
|
- icon: CategoryIcon1 ,
|
|
|
+ name: '海洋文化',
|
|
|
+ icon: CategoryIcon5 ,
|
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
|
- title: '美术技艺',
|
|
|
- mainBodyColumnId: 314,
|
|
|
+ title: '海洋文化',
|
|
|
+ mainBodyColumnId: 254,
|
|
|
modelId: 3,
|
|
|
itemType: 'article-common',
|
|
|
detailsPage: '/pages/article/details',
|