|
@@ -25,41 +25,37 @@
|
|
|
<!-- 非遗传承人 -->
|
|
<!-- 非遗传承人 -->
|
|
|
<HomeTitle title="非遗传承人" showMore @clickMore="navTo('/pages/inhert/inheritor/list')" />
|
|
<HomeTitle title="非遗传承人" showMore @clickMore="navTo('/pages/inhert/inheritor/list')" />
|
|
|
<SimplePageContentLoader :loader="inheritorData">
|
|
<SimplePageContentLoader :loader="inheritorData">
|
|
|
- <scroll-view scroll-x>
|
|
|
|
|
- <FlexCol>
|
|
|
|
|
- <Box2LineImageRightShadow
|
|
|
|
|
- v-for="(item, i) in inheritorData.content.value"
|
|
|
|
|
- titleColor="title-text"
|
|
|
|
|
- fixSize
|
|
|
|
|
- :key="i"
|
|
|
|
|
- :title="item.title"
|
|
|
|
|
- :desc="item.desc"
|
|
|
|
|
- :image="item.image"
|
|
|
|
|
- :tags="item.bottomTags"
|
|
|
|
|
- @click="navTo('/pages/inhert/inheritor/details', { id: item.id })"
|
|
|
|
|
- />
|
|
|
|
|
- </FlexCol>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
|
|
+ <FlexCol>
|
|
|
|
|
+ <Box2LineImageRightShadow
|
|
|
|
|
+ v-for="(item, i) in inheritorData.content.value"
|
|
|
|
|
+ titleColor="title-text"
|
|
|
|
|
+ fixSize
|
|
|
|
|
+ :key="i"
|
|
|
|
|
+ :title="item.title"
|
|
|
|
|
+ :desc="item.desc"
|
|
|
|
|
+ :image="item.image"
|
|
|
|
|
+ :tags="item.bottomTags"
|
|
|
|
|
+ @click="navTo('/pages/inhert/inheritor/details', { id: item.id })"
|
|
|
|
|
+ />
|
|
|
|
|
+ </FlexCol>
|
|
|
</SimplePageContentLoader>
|
|
</SimplePageContentLoader>
|
|
|
|
|
|
|
|
<!-- 保护单位 -->
|
|
<!-- 保护单位 -->
|
|
|
<HomeTitle title="保护单位" showMore @clickMore="navTo('/pages/inhert/unit/list')" />
|
|
<HomeTitle title="保护单位" showMore @clickMore="navTo('/pages/inhert/unit/list')" />
|
|
|
<SimplePageContentLoader :loader="unitData">
|
|
<SimplePageContentLoader :loader="unitData">
|
|
|
- <scroll-view scroll-x>
|
|
|
|
|
- <FlexCol>
|
|
|
|
|
- <Box2LineImageRightShadow
|
|
|
|
|
- v-for="(item, i) in unitData.content.value"
|
|
|
|
|
- titleColor="title-text"
|
|
|
|
|
- fixSize
|
|
|
|
|
- :key="i"
|
|
|
|
|
- :title="item.title"
|
|
|
|
|
- :desc="item.desc"
|
|
|
|
|
- :image="item.image"
|
|
|
|
|
- :tags="item.bottomTags"
|
|
|
|
|
- @click="navTo('inhert/intangible/details', { id: item.id })"
|
|
|
|
|
- />
|
|
|
|
|
- </FlexCol>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
|
|
+ <FlexCol>
|
|
|
|
|
+ <Box2LineImageRightShadow
|
|
|
|
|
+ v-for="(item, i) in unitData.content.value"
|
|
|
|
|
+ titleColor="title-text"
|
|
|
|
|
+ fixSize
|
|
|
|
|
+ :key="i"
|
|
|
|
|
+ :title="item.title"
|
|
|
|
|
+ :desc="item.desc"
|
|
|
|
|
+ :image="item.image"
|
|
|
|
|
+ :tags="item.bottomTags"
|
|
|
|
|
+ @click="navTo('inhert/intangible/details', { id: item.id })"
|
|
|
|
|
+ />
|
|
|
|
|
+ </FlexCol>
|
|
|
</SimplePageContentLoader>
|
|
</SimplePageContentLoader>
|
|
|
|
|
|
|
|
<!-- 非遗传习所 -->
|
|
<!-- 非遗传习所 -->
|
|
@@ -70,61 +66,37 @@
|
|
|
detailsPage: '/pages/inhert/seminar/details',
|
|
detailsPage: '/pages/inhert/seminar/details',
|
|
|
})" />
|
|
})" />
|
|
|
<SimplePageContentLoader :loader="seminarData">
|
|
<SimplePageContentLoader :loader="seminarData">
|
|
|
- <scroll-view scroll-x>
|
|
|
|
|
- <FlexCol overflow="visible">
|
|
|
|
|
- <Box2LineImageRightShadow
|
|
|
|
|
- v-for="(item, i) in seminarData.content.value"
|
|
|
|
|
- titleColor="title-text"
|
|
|
|
|
- fixSize
|
|
|
|
|
- :key="i"
|
|
|
|
|
- :title="item.title"
|
|
|
|
|
- :desc="item.desc"
|
|
|
|
|
- :image="item.image"
|
|
|
|
|
- :tags="item.bottomTags"
|
|
|
|
|
- @click="navTo('inhert/seminar/details', { id: item.id })"
|
|
|
|
|
- />
|
|
|
|
|
- </FlexCol>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
|
|
+ <FlexCol overflow="visible">
|
|
|
|
|
+ <Box2LineImageRightShadow
|
|
|
|
|
+ v-for="(item, i) in seminarData.content.value"
|
|
|
|
|
+ titleColor="title-text"
|
|
|
|
|
+ fixSize
|
|
|
|
|
+ :key="i"
|
|
|
|
|
+ :title="item.title"
|
|
|
|
|
+ :desc="item.desc"
|
|
|
|
|
+ :image="item.image"
|
|
|
|
|
+ :tags="item.bottomTags"
|
|
|
|
|
+ @click="navTo('inhert/seminar/details', { id: item.id })"
|
|
|
|
|
+ />
|
|
|
|
|
+ </FlexCol>
|
|
|
</SimplePageContentLoader>
|
|
</SimplePageContentLoader>
|
|
|
|
|
|
|
|
<!-- 非遗活动 -->
|
|
<!-- 非遗活动 -->
|
|
|
<HomeTitle title="非遗活动" showMore @clickMore="goActivityList" />
|
|
<HomeTitle title="非遗活动" showMore @clickMore="goActivityList" />
|
|
|
<SimplePageContentLoader :loader="activityData">
|
|
<SimplePageContentLoader :loader="activityData">
|
|
|
- <scroll-view scroll-x>
|
|
|
|
|
- <FlexRow wrap align="stretch" justify="space-between" overflow="visible">
|
|
|
|
|
- <Box2LineLargeImageUserShadow
|
|
|
|
|
- v-for="(item, i) in activityData.content.value"
|
|
|
|
|
- titleColor="title-text"
|
|
|
|
|
- width="calc(50% - 10rpx)"
|
|
|
|
|
- fixSize
|
|
|
|
|
- :key="i"
|
|
|
|
|
- :title="item.title"
|
|
|
|
|
- :desc="item.desc"
|
|
|
|
|
- :image="item.image"
|
|
|
|
|
- @click="goActivityDetail(item.id)"
|
|
|
|
|
- />
|
|
|
|
|
- </FlexRow>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
- </SimplePageContentLoader>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 重点区域 -->
|
|
|
|
|
- <HomeTitle title="重点区域" showMore @clickMore="goAreaList" />
|
|
|
|
|
- <SimplePageContentLoader :loader="areaData">
|
|
|
|
|
- <scroll-view scroll-x>
|
|
|
|
|
- <FlexRow wrap align="stretch" justify="space-between" overflow="visible">
|
|
|
|
|
- <Box2LineLargeImageUserShadow
|
|
|
|
|
- v-for="(item, i) in areaData.content.value"
|
|
|
|
|
- titleColor="title-text"
|
|
|
|
|
- width="calc(50% - 10rpx)"
|
|
|
|
|
- fixSize
|
|
|
|
|
- :key="i"
|
|
|
|
|
- :title="item.title"
|
|
|
|
|
- :desc="item.desc"
|
|
|
|
|
- :image="item.image"
|
|
|
|
|
- @click="goActivityDetail(item.id)"
|
|
|
|
|
- />
|
|
|
|
|
- </FlexRow>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
|
|
+ <FlexRow wrap align="stretch" justify="space-between" overflow="visible">
|
|
|
|
|
+ <Box2LineLargeImageUserShadow
|
|
|
|
|
+ v-for="(item, i) in activityData.content.value"
|
|
|
|
|
+ titleColor="title-text"
|
|
|
|
|
+ width="calc(50% - 10rpx)"
|
|
|
|
|
+ fixSize
|
|
|
|
|
+ :key="i"
|
|
|
|
|
+ :title="item.title"
|
|
|
|
|
+ :desc="item.desc"
|
|
|
|
|
+ :image="item.image"
|
|
|
|
|
+ @click="goActivityDetail(item.id)"
|
|
|
|
|
+ />
|
|
|
|
|
+ </FlexRow>
|
|
|
</SimplePageContentLoader>
|
|
</SimplePageContentLoader>
|
|
|
</FlexCol>
|
|
</FlexCol>
|
|
|
</template>
|
|
</template>
|
|
@@ -213,16 +185,4 @@ const {
|
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
-const {
|
|
|
|
|
- loader: areaData,
|
|
|
|
|
- goList: goAreaList,
|
|
|
|
|
- goDetail: goAreaDetail,
|
|
|
|
|
-} = useHomePageMiniCommonListGoMoreAndGoDetail({
|
|
|
|
|
- title: '重点区域',
|
|
|
|
|
- mainBodyColumnId: 283,
|
|
|
|
|
- modelId: 17,
|
|
|
|
|
- itemType: 'article-common',
|
|
|
|
|
- detailsPage: '/pages/article/details',
|
|
|
|
|
-});
|
|
|
|
|
</script>
|
|
</script>
|