| | |
| | | <SectionTitle title="全球影视地标" optitle="查看全部" goUrl="/pages/home/home-more" /> |
| | | <GlobalGeo /> |
| | | |
| | | <SectionTitle title="场景博物馆" optitle="查看全部" goUrl="/pages/home/home-more" /> |
| | | <SectionTitle title="场景博物馆" optitle="查看全部" goUrl="/sub-pages/hot-spot/index" /> |
| | | <SceneMuseumCard v-for="(item, index) in cardList" :key="index" :image="item.image" :title="item.title" |
| | | :subtitle="item.subtitle" :readTime="item.readTime" /> |
| | | |
| | |
| | | |
| | | |
| | | // 旅行卡片数据 |
| | | const detailUrl = '/api/filmworks/list' |
| | | const detailUrl = '/sub-pages/film-list/film-detail' |
| | | const tripCardList = ref<FilmWorks[]>([]) |
| | | |
| | | // 分页后的数组,每页3条 |