fix:积温
This commit is contained in:
parent
95e6ce80f0
commit
910dc80d5a
@ -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>
|
||||
|
@ -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();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user