|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
|
|
<view v-for="(item, index) in jieList" :key="item.jieId">
|
|
<view v-for="(item, index) in jieList" :key="item.jieId">
|
|
|
<!-- 节列表 -->
|
|
<!-- 节列表 -->
|
|
|
- <ezyActiveVue class="ezy-list-item-active xx-item-box" @aclick="handlePlay(item,'play')">
|
|
|
|
|
|
|
+ <ezyActiveVue class="ezy-list-item-active xx-item-box" :class="item.lock?'xx-disabled-item-box':''" @aclick="handlePlay(item,'play')">
|
|
|
<view class="xx-item-status"
|
|
<view class="xx-item-status"
|
|
|
:class="item.wanchengFlag == 1 ? 'completed-status' : 'uncompleted-status'"></view>
|
|
:class="item.wanchengFlag == 1 ? 'completed-status' : 'uncompleted-status'"></view>
|
|
|
<img :src="item.cover" />
|
|
<img :src="item.cover" />
|