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