From b8c05096ade5f2f82370e3bd62416d3499d9b4df Mon Sep 17 00:00:00 2001 From: make Date: Tue, 7 Oct 2025 20:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=80=E6=9C=89=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=A8=A1=E6=9D=BF=E9=BB=98=E8=AE=A4=E8=B1=86=E7=93=A3?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/app/home/view/videoBoKu/video/getVideoInfo.html | 2 ++ code/app/home/view/videoBoKu/video/getVideoPlayUrl.html | 2 +- code/app/home/view/videoDadi/video/getVideoInfo.html | 6 ------ code/app/home/view/videoDingZhu/video/getVideoInfo.html | 2 ++ code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html | 2 +- code/app/home/view/videoFengNiao/video/getVideoInfo.html | 4 +++- code/app/home/view/videoFengNiao/video/getVideoPlayUrl.html | 2 +- code/app/home/view/videoLaoNiu/video/getVideoInfo.html | 2 ++ code/app/home/view/videoLaoNiu/video/getVideoPlayUrl.html | 2 +- code/app/home/view/videoNuNu/video/getVideoInfo.html | 2 ++ code/app/home/view/videoNuNu/video/getVideoPlayUrl.html | 2 +- 11 files changed, 16 insertions(+), 12 deletions(-) diff --git a/code/app/home/view/videoBoKu/video/getVideoInfo.html b/code/app/home/view/videoBoKu/video/getVideoInfo.html index 8db755b..d30fb55 100644 --- a/code/app/home/view/videoBoKu/video/getVideoInfo.html +++ b/code/app/home/view/videoBoKu/video/getVideoInfo.html @@ -476,6 +476,8 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar 'v_year': `{$arrVideo['v_year']}`, }; + var strPlayType = 'default' + var boolIsPlayPage = false {/block} diff --git a/code/app/home/view/videoBoKu/video/getVideoPlayUrl.html b/code/app/home/view/videoBoKu/video/getVideoPlayUrl.html index ebeaee2..66019cd 100644 --- a/code/app/home/view/videoBoKu/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoBoKu/video/getVideoPlayUrl.html @@ -503,7 +503,7 @@ href='https://{$DomainModel->d_domain}{site:vpurl v_id="$arrVideo.v_id" v_py="$a var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw}; var strPlayUrl = "" - + var boolIsPlayPage = true {/block} diff --git a/code/app/home/view/videoDadi/video/getVideoInfo.html b/code/app/home/view/videoDadi/video/getVideoInfo.html index dfa58e5..78b619b 100644 --- a/code/app/home/view/videoDadi/video/getVideoInfo.html +++ b/code/app/home/view/videoDadi/video/getVideoInfo.html @@ -422,13 +422,7 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar 'v_year': `{$arrVideo['v_year']}`, }; - var intPlayUrlIndex = '{$Request.route.intPlayIndex}' var strPlayType = 'default' - var intJumpTimeFirst = 1; - var intJumpTimeTwoStart = 1; - var intJumpTimeTwoEnd = 1; - var arrPlayUrl = {$arrVideo.v_play_url|json_encode|raw} ; - var strPlayUrl = "" var boolIsPlayPage = false diff --git a/code/app/home/view/videoDingZhu/video/getVideoInfo.html b/code/app/home/view/videoDingZhu/video/getVideoInfo.html index df5ba3a..20c5835 100644 --- a/code/app/home/view/videoDingZhu/video/getVideoInfo.html +++ b/code/app/home/view/videoDingZhu/video/getVideoInfo.html @@ -415,6 +415,8 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar 'v_year': `{$arrVideo['v_year']}`, }; + var strPlayType = 'default' + var boolIsPlayPage = false {/block} diff --git a/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html b/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html index 1e55d5d..709162e 100644 --- a/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html @@ -430,7 +430,7 @@ href='https://{$DomainModel->d_domain}{site:vpurl v_id="$arrVideo.v_id" v_py="$a var intJumpTimeTwoEnd = 1; var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw}; var strPlayUrl = "" - + var boolIsPlayPage = true {/block} diff --git a/code/app/home/view/videoFengNiao/video/getVideoInfo.html b/code/app/home/view/videoFengNiao/video/getVideoInfo.html index a8783cf..305fd07 100644 --- a/code/app/home/view/videoFengNiao/video/getVideoInfo.html +++ b/code/app/home/view/videoFengNiao/video/getVideoInfo.html @@ -345,7 +345,9 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar 'v_year': `{$arrVideo['v_year']}`, }; - + var strPlayType = 'default' + var boolIsPlayPage = false + document.addEventListener('DOMContentLoaded', function () { const trigger = document.querySelector('.check-desc-btn'); diff --git a/code/app/home/view/videoFengNiao/video/getVideoPlayUrl.html b/code/app/home/view/videoFengNiao/video/getVideoPlayUrl.html index 9cc9b0e..c130f30 100644 --- a/code/app/home/view/videoFengNiao/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoFengNiao/video/getVideoPlayUrl.html @@ -339,7 +339,7 @@ href='https://{$DomainModel->d_domain}{site:vpurl v_id="$arrVideo.v_id" v_py="$a var intJumpTimeTwoEnd = 1; var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw}; var strPlayUrl = "" - + var boolIsPlayPage = true document.addEventListener('DOMContentLoaded', function () { const trigger = document.querySelector('.check-desc-btn'); diff --git a/code/app/home/view/videoLaoNiu/video/getVideoInfo.html b/code/app/home/view/videoLaoNiu/video/getVideoInfo.html index a82cb7d..5c415ab 100644 --- a/code/app/home/view/videoLaoNiu/video/getVideoInfo.html +++ b/code/app/home/view/videoLaoNiu/video/getVideoInfo.html @@ -365,6 +365,8 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar 'v_year': `{$arrVideo['v_year']}`, }; + var strPlayType = 'default' + var boolIsPlayPage = false document.addEventListener('DOMContentLoaded', function () { const trigger = document.querySelector('.check-desc-btn'); diff --git a/code/app/home/view/videoLaoNiu/video/getVideoPlayUrl.html b/code/app/home/view/videoLaoNiu/video/getVideoPlayUrl.html index 358e92f..fe8e7c9 100644 --- a/code/app/home/view/videoLaoNiu/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoLaoNiu/video/getVideoPlayUrl.html @@ -358,7 +358,7 @@ href='https://{$DomainModel->d_domain}{site:vpurl v_id="$arrVideo.v_id" v_py="$a var intJumpTimeTwoEnd = 1; var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw}; var strPlayUrl = "" - + var boolIsPlayPage = true document.addEventListener('DOMContentLoaded', function () { const trigger = document.querySelector('.check-desc-btn'); diff --git a/code/app/home/view/videoNuNu/video/getVideoInfo.html b/code/app/home/view/videoNuNu/video/getVideoInfo.html index a183713..6a35a8f 100644 --- a/code/app/home/view/videoNuNu/video/getVideoInfo.html +++ b/code/app/home/view/videoNuNu/video/getVideoInfo.html @@ -418,6 +418,8 @@ 'v_year': `{$arrVideo['v_year']}`, }; + var strPlayType = 'default' + var boolIsPlayPage = false document.addEventListener('DOMContentLoaded', function () { const trigger = document.querySelector('.check-desc-btn'); diff --git a/code/app/home/view/videoNuNu/video/getVideoPlayUrl.html b/code/app/home/view/videoNuNu/video/getVideoPlayUrl.html index fae241e..c2f9d77 100644 --- a/code/app/home/view/videoNuNu/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoNuNu/video/getVideoPlayUrl.html @@ -363,7 +363,7 @@ href='https://{$DomainModel->d_domain}{site:vpurl v_id="$arrVideo.v_id" v_py="$a var intJumpTimeTwoEnd = 1; var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw}; var strPlayUrl = "" - + var boolIsPlayPage = true