迅睿開源框架是一款PHP8高性能·簡單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計理念, 支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
技術(shù)咨詢
在網(wǎng)站首頁如何調(diào)用自定義字段里面的視頻字段,,,網(wǎng)站首頁怎么樣才可以顯示自定義字段的視頻,,???
主表字段才能list顯示
主字段也顯示不了
代碼發(fā)來看看
{list action=module module=news catid=7 num=1 more=1 order=inputtime_asc}
<div class="news-right">
<div class="news-title">在線視頻
<a class="more" href="" title="">查看更多>></a>
</div>
<div class="video">
<video id="my-video" class="video-js" controls preload="auto" width="100%" height="300" poster="{dr_thumb($t.thumb)}" data-setup="{}">
<source src="{dr_get_file($t.zxsp.file)}" type="video/mp4">
<p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> </p>
</video>
{/list}
主表字段才能list顯示
主字段也顯示不了
代碼發(fā)來看看
{list action=module module=news catid=7 num=1 more=1 order=inputtime_asc}
<div class="news-right">
<div class="news-title">在線視頻
<a class="more" href="" title="">查看更多>></a>
</div>
<div class="video">
<video id="my-video" class="video-js" controls preload="auto" width="100%" height="300" poster="{dr_thumb($t.thumb)}" data-setup="{}">
<source src="{dr_get_file($t.zxsp.file)}" type="video/mp4">
<p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> </p>
</video>
</div>
</div>
{/list}