|
|
@@ -123,7 +123,7 @@ const userInfo = computed(() => user.info.value?.userInfo)
|
|
|
<cl-tag type="success" rounded>{{ catalog?.courseNum || 0 }}</cl-tag>
|
|
|
</view>
|
|
|
<scroll-view direction="vertical" :show-scrollbar="false" class="cards" ref="cardsScrollView"
|
|
|
- @scroll="handleScrollToLowerDebounce">
|
|
|
+ @scrolltolower="handleScrollToLowerDebounce">
|
|
|
<cl-row :gutter="12">
|
|
|
<cl-col :span="6" v-for="card in courseList" :key="card.id as string">
|
|
|
<view class="card" @tap="handleDetail(card)">
|