Skip to content

Commit

Permalink
chore: 新建CarouselTest
Browse files Browse the repository at this point in the history
  • Loading branch information
oustr committed Oct 13, 2023
1 parent 5b86919 commit 8817c06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/community/CarouselTest.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<view>新轮播图</view>
</template>

<script setup lang="ts"></script>

<style lang="scss" scoped></style>
5 changes: 5 additions & 0 deletions src/pages/community/community.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</TopBar>

<view class="background">
<view v-if="!isRefreshing">
<CarouselTest />
</view>

<CollectionEntry></CollectionEntry>

<view v-if="!isRefreshing">
Expand Down Expand Up @@ -40,6 +44,7 @@ import SchoolSelectBar from "@/components/SchoolSelectBar.vue";
import MasonryFrame from "@/pages/community/MasonryFrame.vue";
import Cards from "@/pages/community/cards/cards.vue";
import CarouselFrame from "@/pages/community/CarouselFrame.vue";
import CarouselTest from "@/pages/community/CarouselTest.vue";
import { onLoad, onPullDownRefresh, onReady, onShow } from "@dcloudio/uni-app";
import { listCommunity } from "@/apis/community/community";
import { Community } from "@/apis/schemas";
Expand Down

0 comments on commit 8817c06

Please sign in to comment.