cloudroam
10 天以前 05316275ee6f1623cc022a3cb4967a440c105a6b
pages/home/home copy.vue
@@ -38,7 +38,7 @@
      <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" />
@@ -163,7 +163,7 @@
  },
])
// 社区帖子数据
// 数据
const communitys = ref([
  {
    avatar: 'https://cdn.uviewui.com/uview/common/logo.png',