| | |
| | | <SceneMuseumCard v-for="(item, index) in cardList" :key="index" :image="item.image" :title="item.title" |
| | | :subtitle="item.subtitle" :readTime="item.readTime" /> |
| | | |
| | | <SectionTitle title="光影社区" optitle="加入社区" goUrl="/pages/home/home-more" /> |
| | | <SectionTitle title="光影天地" optitle="加入光影" goUrl="/pages/home/home-more" /> |
| | | <Community v-for="(item, index) in communitys" :key="index" :avatar="item.avatar" :nickname="item.nickname" |
| | | :time="item.time" :image="item.image" :content="item.content" :likeCount="item.likeCount" |
| | | :commentCount="item.commentCount" /> |
| | |
| | | }, |
| | | ]) |
| | | |
| | | // 社区帖子数据 |
| | | // 数据 |
| | | const communitys = ref([ |
| | | { |
| | | avatar: 'https://cdn.uviewui.com/uview/common/logo.png', |