408249787@qq.com 6 dienas atpakaļ
vecāks
revīzija
2b7bc755b8

+ 1 - 1
pages/chinese/index.uvue

@@ -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)">

+ 1 - 1
pages/english/index.uvue

@@ -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)">

+ 0 - 2
pages/index/components/mix.uvue

@@ -78,7 +78,5 @@ function handleDetail(item: any) {
 
 .scroll-view-item_H {
   @apply w-[140rpx] h-[160rpx] mr-[20px] rounded-2xl border-b-[10px] p-1 flex items-center justify-between pb-[20px];
-  max-width: 200px;
-  max-height: 250px;
 }
 </style>

+ 1 - 1
pages/math/index.uvue

@@ -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)">

+ 1 - 1
pages/mix/index.uvue

@@ -124,7 +124,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)">

+ 1 - 1
pages/programming/index.uvue

@@ -125,7 +125,7 @@ const userInfo = computed(() => user.info.value?.userInfo)
 
         </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)">