|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="ezy-xuexi-page3">
|
|
|
+ <view class="ezy-xuexi-page">
|
|
|
<view class="icon-title-navBar-box">
|
|
|
<text class="nav-bar-title">学习</text>
|
|
|
</view>
|
|
|
@@ -32,14 +32,19 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="xx-item-list">
|
|
|
- <!-- <view class="xx-item-title">— 以下为当前等级课程目录 —</view> -->
|
|
|
+ <view class="xx-item-title">— 以下为当前等级课程目录 —</view>
|
|
|
|
|
|
<view v-for="(danyuanItem, index) in danyuanList" :key="danyuanItem.danyuanId">
|
|
|
<!-- 单元标题(带唯一ID,用于位置查询) -->
|
|
|
- <view class="xx-item-title" @click="handleClickDanyuan(danyuanItem.danyuanId)"
|
|
|
- :id="`title-${danyuanItem.danyuanId}`">
|
|
|
- — {{ danyuanItem.danyuanName }} {{ danyuanItem.danyuanIntro }} —
|
|
|
- </view>
|
|
|
+ <ezyActiveVue class="ezy-list-item-active item-dy-box" @aclick="handleClickDanyuan(danyuanItem)" :id="`unit-title-${danyuanItem.danyuanId}`">
|
|
|
+ <view class="dy-left-box">L{{banbenInfo.dengjiId}}</view>
|
|
|
+ <view class="dy-right-box">
|
|
|
+ <view class="right-content">
|
|
|
+ <view class="dy-name">{{danyuanItem.danyuanName}}</view>
|
|
|
+ <view>{{danyuanItem.danyuanIntro}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </ezyActiveVue>
|
|
|
<!-- 节列表 -->
|
|
|
<ezyActiveVue class="ezy-list-item-active xx-item-box" v-for="jieItem in danyuanItem.jieList"
|
|
|
:key="jieItem.jieId" @aclick="handlePlay(jieItem,'play')">
|