From 19c028e4292283ebdfae0cf436f23fd00a47eb56 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 18 九月 2021 16:31:54 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/vue-smart-ai into bhomebus --- src/pages/changchunTrack/index/Video.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/pages/changchunTrack/index/Video.vue b/src/pages/changchunTrack/index/Video.vue index 71bb72e..11bba5b 100644 --- a/src/pages/changchunTrack/index/Video.vue +++ b/src/pages/changchunTrack/index/Video.vue @@ -727,16 +727,24 @@ if (this.videoNum2Play <= 5) { this.guid = 3; return 5; - } else if (this.videoNum2Play <= 7) { + } + + if (this.videoNum2Play <= 7) { this.guid = 4; return 7; - } else if (this.videoNum2Play <= 12) { + } + + if (this.videoNum2Play <= 12) { this.guid = 4; return 12; - } else if (this.videoNum2Play <= 16) { + } + + if (this.videoNum2Play <= 16) { this.guid = 5; return 16; } + this.guid = 5; + return 16; }, nextIndex() { if (this.centerIndex == this.list2TakeTurn.length - 1) { -- Gitblit v1.8.0