|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="xx-item-list">
|
|
|
- <view class="xx-item-box" v-for="section in dagangList" :key="section.jieId">
|
|
|
+ <view class="xx-item-box" v-for="section in dagangList" :key="section.jieId" @click="handlePlay(section,'play')" >
|
|
|
<view class="xx-item-status"
|
|
|
:class="section.wanchengFlag == 1 ? 'completed-status' : 'uncompleted-status'"> </view>
|
|
|
<img :src="section.cover" />
|
|
|
@@ -43,7 +43,7 @@
|
|
|
<view>{{ section.jieName }}</view>
|
|
|
<view>{{ section.jieIntro }}</view>
|
|
|
</view>
|
|
|
- <view @click="handlePlay(section,'play')" class="xx-item-btn"></view>
|
|
|
+ <view class="xx-item-btn"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 底部占位 -->
|