|
@@ -55,9 +55,9 @@ |
|
@@ -55,9 +55,9 @@ |
55
|
<!-- banner视频 -->
|
55
|
<!-- banner视频 -->
|
56
|
<div class="show_index_banner">
|
56
|
<div class="show_index_banner">
|
57
|
<notempty name="res_xqyy">
|
57
|
<notempty name="res_xqyy">
|
58
|
- <video id="video" muted autoplay="autoplay" controls width="100%" height="660" src="{:cmf_get_file_download_url($res_xqyy.video)}" controlsList="nodownload"></video>
|
58
|
+ <video id="video" autoplay="autoplay" controls width="100%" height="660" src="{:cmf_get_file_download_url($res_xqyy.video)}" controlsList="nodownload"></video>
|
59
|
<else/>
|
59
|
<else/>
|
60
|
- <video id="video" muted autoplay="autoplay" controls width="100%" height="660" src="__TMPL__/public/assets/starImg/video.mp4" controlsList="nodownload"></video>
|
60
|
+ <video id="video" autoplay="autoplay" controls width="100%" height="660" src="__TMPL__/public/assets/starImg/video.mp4" controlsList="nodownload"></video>
|
61
|
</notempty>
|
61
|
</notempty>
|
62
|
<!-- poster="__TMPL__/public/assets/starImg/aicon_01.png" -->
|
62
|
<!-- poster="__TMPL__/public/assets/starImg/aicon_01.png" -->
|
63
|
<!-- <img onclick="bofang()" class="show_in_banner2" src="__TMPL__/public/assets/starImg/aicon_30.png" alt=""> -->
|
63
|
<!-- <img onclick="bofang()" class="show_in_banner2" src="__TMPL__/public/assets/starImg/aicon_30.png" alt=""> -->
|