|
@@ -33,16 +33,16 @@
|
|
|
|
|
|
|
|
<view v-for="(danyuanItem, index) in danyuanList" :key="danyuanItem.danyuanId">
|
|
<view v-for="(danyuanItem, index) in danyuanList" :key="danyuanItem.danyuanId">
|
|
|
<!-- 单元标题(带唯一ID,用于位置查询)@aclick="handleClickDanyuan(danyuanItem.danyuanId)" -->
|
|
<!-- 单元标题(带唯一ID,用于位置查询)@aclick="handleClickDanyuan(danyuanItem.danyuanId)" -->
|
|
|
- <ezyActiveVue class="ezy-list-item-active item-dy-box"
|
|
|
|
|
|
|
+ <view class="item-dy-box"
|
|
|
:id="`unit-title-${danyuanItem.danyuanId}`">
|
|
:id="`unit-title-${danyuanItem.danyuanId}`">
|
|
|
- <view class="dy-left-box">L{{banbenInfo.dengjiId}}</view>
|
|
|
|
|
|
|
+ <view class="dy-left-box left-no-after">L{{banbenInfo.dengjiId}}</view>
|
|
|
<view class="dy-right-box">
|
|
<view class="dy-right-box">
|
|
|
<view class="right-content">
|
|
<view class="right-content">
|
|
|
<view>{{danyuanItem.danyuanName}}</view>
|
|
<view>{{danyuanItem.danyuanName}}</view>
|
|
|
<view class="dy-name">{{danyuanItem.danyuanIntro}}</view>
|
|
<view class="dy-name">{{danyuanItem.danyuanIntro}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </ezyActiveVue>
|
|
|
|
|
|
|
+ </view>
|
|
|
<!-- 节列表 -->
|
|
<!-- 节列表 -->
|
|
|
<ezyActiveVue class="ezy-list-item-active xx-item-box" :class="jieItem.lock?'xx-disabled-item-box':''" v-for="jieItem in danyuanItem.jieList"
|
|
<ezyActiveVue class="ezy-list-item-active xx-item-box" :class="jieItem.lock?'xx-disabled-item-box':''" v-for="jieItem in danyuanItem.jieList"
|
|
|
:key="jieItem.jieId" @aclick="handlePlay(jieItem,'play')">
|
|
:key="jieItem.jieId" @aclick="handlePlay(jieItem,'play')">
|