|
@@ -4,18 +4,20 @@
|
|
|
<text class="nav-bar-title">学习</text>
|
|
<text class="nav-bar-title">学习</text>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 吸顶单元标题 -->
|
|
<!-- 吸顶单元标题 -->
|
|
|
- <view
|
|
|
|
|
|
|
+ <ezyActiveVue
|
|
|
v-if="currentStickyTitle"
|
|
v-if="currentStickyTitle"
|
|
|
class="item-dy-box item-fixed"
|
|
class="item-dy-box item-fixed"
|
|
|
>
|
|
>
|
|
|
- <view class="dy-left-box">L{{ currentStickyDengjiId }}</view>
|
|
|
|
|
- <view class="dy-right-box">
|
|
|
|
|
- <view class="right-content">
|
|
|
|
|
- <view class="dy-name">{{ currentStickyTitle }}</view>
|
|
|
|
|
- <view>{{ currentStickyIntro }}</view>
|
|
|
|
|
|
|
+ <view class="ezy-list-item-active item-dy-body">
|
|
|
|
|
+ <view class="dy-left-box">L{{ currentStickyDengjiId }}</view>
|
|
|
|
|
+ <view class="dy-right-box">
|
|
|
|
|
+ <view class="right-content">
|
|
|
|
|
+ <view class="dy-name">{{ currentStickyTitle }}</view>
|
|
|
|
|
+ <view>{{ currentStickyIntro }}</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </ezyActiveVue>
|
|
|
|
|
|
|
|
<!-- 滚动区域 -->
|
|
<!-- 滚动区域 -->
|
|
|
<scroll-view
|
|
<scroll-view
|