...
|
...
|
@@ -110,8 +110,8 @@ |
|
|
</div>
|
|
|
<!--id-->
|
|
|
<input type="hidden" value="{$vo.id}" class="li_id">
|
|
|
<input type="hidden" value="{:cmf_get_file_download_url($vo.video)}" class="li_video">
|
|
|
<!--<input type="hidden" value="/portal/index/getVideoById?id={$vo.id}" class="li_video">-->
|
|
|
<!--<input type="hidden" value="{:cmf_get_file_download_url($vo.video)}" class="li_video">-->
|
|
|
<input type="hidden" value="/portal/index/getVideoById?id={$vo.id}" class="li_video">
|
|
|
<!--标题-->
|
|
|
<input type="hidden" value="{$vo.post_title}" class="li_post_title">
|
|
|
<!--国家-->
|
...
|
...
|
|