Browse Source

学习改版

tanxue 1 month ago
parent
commit
9383564319
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/chanpinneirong/index.vue

+ 2 - 2
pages/chanpinneirong/index.vue

@@ -12,7 +12,7 @@
 					<view>{{ danyuanInfo.danyuanName }}</view>
 					<view>{{ danyuanInfo.danyuanIntro }}</view>
 				</view>
-				<view class="arrow-icon right-icon" @click="next"> </view>
+				<view class="arrow-icon right-icon" @click="next" :class="{ 'disabled': currentIndex == list.length - 1 }"> </view>
 			</view>
 			<view class="xx-scroll-body">
 				<view class="xx-jd-box">
@@ -48,7 +48,7 @@
 		<view class="xx-next-btn">学习下一单元</view>
 		<view class="xx-xw-text">课程已学完</view>
 		
-		<scroll-view scroll-y class="scroll-view" :scroll-top="scrollTop" @scroll="onScroll"> </scroll-view>
+		<!-- <scroll-view scroll-y class="scroll-view" :scroll-top="scrollTop" @scroll="onScroll"> </scroll-view> -->
 
 		<danyuanInfoVue ref="dyRef" v-if="isShow" @close="isShow= false"></danyuanInfoVue>