{php}$mvurl=is_array($info['mv_url'])?$info['mv_url'][0]['url']:$info['mv_url'];{/php}
{notempty name="$info.mv_url"}
<!-- 视频模型 -->
<center>{:fun('Player@play',$mvurl,'100%','100%')}</center>
{/notempty}
{notempty name="$info.voice_url"}
<!-- 音频模型 -->
<div class="musicbj"><br>
<center><audio controls="controls" autoplay>
<source src="{$info['voice_url'][0]['url']}" type="audio/mp3" />
你的浏览器不支持
</audio></center>
<br></div>
{/notempty}