优化播放详情页 默认播放列表是 豆瓣

This commit is contained in:
make
2025-10-07 20:50:18 +08:00
parent c4c5c887b3
commit 2c6c43b649
5 changed files with 155 additions and 41 deletions

View File

@@ -422,6 +422,14 @@ 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
</script>
{/block}