diff --git a/src/pages/community/CarouselTest.vue b/src/pages/community/CarouselTest.vue new file mode 100644 index 00000000..0a1a7f25 --- /dev/null +++ b/src/pages/community/CarouselTest.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/src/pages/community/community.vue b/src/pages/community/community.vue index 2588a55d..e99d71c9 100644 --- a/src/pages/community/community.vue +++ b/src/pages/community/community.vue @@ -8,6 +8,10 @@ + + + + @@ -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";