This commit is contained in:
李想 2025-04-21 16:59:27 +08:00
commit d67deed6c2
2 changed files with 1 additions and 2 deletions

View File

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

View File

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