|
|
@@ -3,7 +3,7 @@
|
|
|
itemType="article-common"
|
|
|
:dropDownNames="dropdownNames"
|
|
|
:tabs="[
|
|
|
- { id: 0, text: '创新发展' },
|
|
|
+ { id: 0, text: '文化新视角' },
|
|
|
{ id: 1, text: '研究机构' },
|
|
|
]"
|
|
|
:showListTabIds="[1]"
|
|
|
@@ -117,32 +117,26 @@ const categoryDefine : CategoryDefine[] = [
|
|
|
type: '',
|
|
|
},
|
|
|
{
|
|
|
- title: '其他闽南文化品牌活动',
|
|
|
+ title: '"一区一节"闽南文化品牌活动',
|
|
|
content: useHomeCommonCategoryBlock({
|
|
|
- title: '其他闽南文化品牌活动',
|
|
|
- mainBodyColumnId: 368,
|
|
|
+ title: '"一区一节"闽南文化品牌活动',
|
|
|
+ mainBodyColumnId: 367,
|
|
|
modelId: NewsIndexContent.modelId,
|
|
|
itemType: 'article-common',
|
|
|
detailsPage: 'byContent',
|
|
|
- resolveData: (items) => {
|
|
|
- const res = resolveCommonContentFormData(items as GetContentListItem[]);
|
|
|
- return resolveCommonContentMakeDoubleSpace(res);
|
|
|
- },
|
|
|
+ resolveData: resolveCommonContentFormData,
|
|
|
}),
|
|
|
type: 'large-image2',
|
|
|
},
|
|
|
{
|
|
|
- title: '"一区一节"闽南文化品牌活动',
|
|
|
+ title: '其他闽南文化品牌活动',
|
|
|
content: useHomeCommonCategoryBlock({
|
|
|
- title: '"一区一节"闽南文化品牌活动',
|
|
|
- mainBodyColumnId: 367,
|
|
|
+ title: '其他闽南文化品牌活动',
|
|
|
+ mainBodyColumnId: 368,
|
|
|
modelId: NewsIndexContent.modelId,
|
|
|
itemType: 'article-common',
|
|
|
detailsPage: 'byContent',
|
|
|
- resolveData: (items) => {
|
|
|
- const res = resolveCommonContentFormData(items as GetContentListItem[]);
|
|
|
- return resolveCommonContentMakeDoubleSpace(res);
|
|
|
- },
|
|
|
+ resolveData: resolveCommonContentFormData,
|
|
|
}),
|
|
|
type: 'large-image2',
|
|
|
},
|