|
@@ -9,6 +9,8 @@ import Card from '@/components/card.vue'
|
|
import MomentItem from '@/components/moment-item.vue'
|
|
import MomentItem from '@/components/moment-item.vue'
|
|
import SectionHeading from '@/components/section-heading.vue'
|
|
import SectionHeading from '@/components/section-heading.vue'
|
|
import TiltedButton from '@/components/tilted-button.vue'
|
|
import TiltedButton from '@/components/tilted-button.vue'
|
|
|
|
+import { frame, peoples, polygon16 } from '@/core/libs/svgs'
|
|
|
|
+import ClassItem from '../components/class-item.vue'
|
|
</script>
|
|
</script>
|
|
<template>
|
|
<template>
|
|
<view class="px-3.5">
|
|
<view class="px-3.5">
|
|
@@ -87,10 +89,8 @@ import TiltedButton from '@/components/tilted-button.vue'
|
|
</div>
|
|
</div>
|
|
</card>
|
|
</card>
|
|
<section-heading custom-class="my-6" title="同学荟"></section-heading>
|
|
<section-heading custom-class="my-6" title="同学荟"></section-heading>
|
|
- <view class="my-6">
|
|
|
|
- <img class="w-[136px] h-[171px] rounded-2xl" src="https://via.placeholder.com/136x171" />
|
|
|
|
- <div class="w-[347px] h-[145px] bg-white rounded-2xl shadow"></div>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <class-item></class-item>
|
|
|
|
+ <class-item></class-item>
|
|
<section-heading custom-class="my-6" title="设计圈"></section-heading>
|
|
<section-heading custom-class="my-6" title="设计圈"></section-heading>
|
|
<moment-item></moment-item>
|
|
<moment-item></moment-item>
|
|
</view>
|
|
</view>
|