add video template 4
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
<div class="col-xs-1">
|
||||
<div class="myui-content__thumb">
|
||||
<a class="myui-vodlist__thumb picture"
|
||||
href="#" title="{$arrVideo.v_name}">
|
||||
href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}' title="{$arrVideo.v_name}">
|
||||
<img class="lazyload"
|
||||
src="{$arrVideo.v_pic}"
|
||||
data-original="{$arrVideo.v_pic}">
|
||||
|
||||
@@ -517,6 +517,7 @@
|
||||
</script>
|
||||
|
||||
<script>
|
||||
const strMaxPlayHeight = '480px'
|
||||
const strVideoId = `{$arrVideo.v_id}`;
|
||||
const arrVideo = {
|
||||
'v_id': `{$arrVideo['v_id']}`,
|
||||
|
||||
Reference in New Issue
Block a user