|
@@ -2,7 +2,6 @@
|
|
|
<swiper class="word-view-swiper-box" :indicator-dots="false" :autoplay="false" :circular="false">
|
|
|
<swiper-item>
|
|
|
<view class="swiper-item uni-bg-red">
|
|
|
-<!-- <learnContent :active-word="activeWord" :pageData="pageData" :active-words="activeWords"></learnContent>-->
|
|
|
<xuePage :active-word="activeWord" :active-words="activeWords" @play-audio="handlePlayAudio" :pageData="pageData"></xuePage>
|
|
|
</view>
|
|
|
</swiper-item>
|
|
@@ -23,7 +22,7 @@
|
|
|
</swiper-item>
|
|
|
<swiper-item>
|
|
|
<view class="swiper-item uni-bg-blue">
|
|
|
- <beiPageVue :active-word="activeWord" :active-words="activeWords" @play-audio="handlePlayAudio"></beiPageVue>
|
|
|
+ <beiPageVue :active-word="activeWord" :pageData="pageData" :active-words="activeWords" @play-audio="handlePlayAudio"></beiPageVue>
|
|
|
</view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|