|
@@ -65,6 +65,7 @@
|
|
|
:playState="indexAudioPlayer.isPlaying.value"
|
|
:playState="indexAudioPlayer.isPlaying.value"
|
|
|
:playTime="indexAudioPlayer.timeString.value"
|
|
:playTime="indexAudioPlayer.timeString.value"
|
|
|
@playPauseClick="indexAudioPlayer.playpause"
|
|
@playPauseClick="indexAudioPlayer.playpause"
|
|
|
|
|
+ @arrowClick="handleGoAudioList"
|
|
|
@nextClick="indexAudioPlayer.next"
|
|
@nextClick="indexAudioPlayer.next"
|
|
|
@prevClick="indexAudioPlayer.prev"
|
|
@prevClick="indexAudioPlayer.prev"
|
|
|
@click="handleGoAudioList"
|
|
@click="handleGoAudioList"
|
|
@@ -96,8 +97,7 @@
|
|
|
<HorizontalScrollText :text="statsText2" :fontSize="26" color="text.second" :outerStyle="{ height: '40rpx' }" />
|
|
<HorizontalScrollText :text="statsText2" :fontSize="26" color="text.second" :outerStyle="{ height: '40rpx' }" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
- <view v-if="statsLoader.content.value" class="d-flex flex-col justify-center pt-3 pb-3 bg-light-page radius-base">
|
|
|
|
|
|
|
+ <view class="border-top-light-primary pt-2 mt-3"></view>
|
|
|
<StatsText
|
|
<StatsText
|
|
|
:title="statsLoader.content.value[2].title"
|
|
:title="statsLoader.content.value[2].title"
|
|
|
:data="statsLoader.content.value[2].datas"
|
|
:data="statsLoader.content.value[2].datas"
|
|
@@ -264,8 +264,8 @@ watch(mapTab, () => mapLoader.loadData(undefined, true));
|
|
|
const indexAudioPlayer = useSimpleListAudioPlayer(async () => {
|
|
const indexAudioPlayer = useSimpleListAudioPlayer(async () => {
|
|
|
return (await CommonContent.getContentList(new GetContentListParams()
|
|
return (await CommonContent.getContentList(new GetContentListParams()
|
|
|
.setModelId(5)
|
|
.setModelId(5)
|
|
|
- .setMainBodyColumnId(313)
|
|
|
|
|
- , 1, 6)).list.map((p) => {
|
|
|
|
|
|
|
+ .setMainBodyColumnId(321)
|
|
|
|
|
+ , 1, 10)).list.sort((a, b) => -1).map((p) => {
|
|
|
return {
|
|
return {
|
|
|
id: p.id,
|
|
id: p.id,
|
|
|
title: p.title,
|
|
title: p.title,
|