|
|
@@ -38,7 +38,7 @@
|
|
|
<view class="xx-item-list">
|
|
|
<view class="xx-item-box" v-for="section in dagangList" :key="section.jieId">
|
|
|
<view class="xx-item-status"
|
|
|
- :class="section.wanchengFlag === 1 ? 'completed-status' : 'uncompleted-status'"> </view>
|
|
|
+ :class="section.wanchengFlag == 1 ? 'completed-status' : 'uncompleted-status'"> </view>
|
|
|
<img :src="section.cover" />
|
|
|
<view class="xx-text-box">
|
|
|
<view>{{ section.jieName }}</view>
|
|
|
@@ -53,6 +53,7 @@
|
|
|
<!-- 底部占位 -->
|
|
|
<view style="height: 100px;" v-if="currentIndex != dagangList.length - 1" class="xx-next-btn" @click="next">学习下一单元</view>
|
|
|
<!-- <view class="xx-xw-text">课程已学完</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>
|