fix:积温

This commit is contained in:
wangzenghua 2025-04-21 09:43:59 +01:00
parent 95e6ce80f0
commit 910dc80d5a
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<span class="label">0mm</span>
</div>
<div class="weather-item">
<span class="value"></span>
<span class="value"></span>
<span class="label">1201</span>
</div>
</div>

View File

@ -62,7 +62,6 @@ export default {
},
async nextVideo() {
this.videoUrl = this.data.videos[this.currentIndex];
console.log(this.videoUrl, this.currentIndex);
await this.sleep(200);
this.playVideo();
},