Merge branch 'main' of http://47.109.205.240:3000/Web/digital-agriculture-admin
This commit is contained in:
commit
d67deed6c2
@ -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>
|
||||||
|
@ -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();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user