|
|
@ -31,7 +31,7 @@ |
|
|
|
}" |
|
|
|
:src=" |
|
|
|
showImg( |
|
|
|
'/uploads/20250801/4059157496ea8a1ce3ef9610a63858a7.png' |
|
|
|
'/uploads/20250806/a0663a49a6037da67fa5cd897311765e.png' |
|
|
|
) |
|
|
|
" |
|
|
|
:lazy-load="true" |
|
|
@ -43,7 +43,7 @@ |
|
|
|
</view> |
|
|
|
</swiper-item> |
|
|
|
<swiper-item> |
|
|
|
<view class="page-container" style="background-color: #EFEFEF;"> |
|
|
|
<view class="page-container" style="background-color: #efefef"> |
|
|
|
<template v-if="loadedPages[1]"> |
|
|
|
<image |
|
|
|
v-show="shouldShowContent(1)" |
|
|
@ -487,9 +487,8 @@ export default { |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.titleHeight = uni.getStorageSync("titleHeight"); |
|
|
|
console.log(this.titleHeight); |
|
|
|
const app = getApp(); |
|
|
|
app.updateMusicSrc("https://static.ticket.sz-trip.com/epicSoul/zdmx.MP3"); |
|
|
|
app.updateMusicSrc("https://static.ticket.sz-trip.com/epicSoul/bgm.mp3"); |
|
|
|
app.initBackgroundMusic(); // 初始化背景音乐 |
|
|
|
uni.$bgMusic.play(); // 播放音乐 |
|
|
|
for (let i = 0; i <= Math.min(1 + this.preloadBuffer, 6); i++) { |
|
|
@ -689,7 +688,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.layer-img { |
|
|
|
width: 541rpx; |
|
|
|
width: 650rpx; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|