Update index.html

This commit is contained in:
Anyon 2020-06-18 09:59:56 +08:00
parent bd8b4d2f5d
commit f4486e273a

View File

@ -56,7 +56,7 @@
{elseif $vo.type eq '图片'}
<a data-phone-view='{:url("@wechat/api.review/image")}?content={$vo.image_url|urlencode}'>预览 <i class="fa fa-eye"></i></a>
{elseif $vo.type eq '图文'}
<a data-phone-view='{:url("@wechat/api.review/news/".$vo.news_id)}'>预览 <i class="fa fa-eye"></i></a>
<a data-phone-view='{:url("@wechat/api.review/news/id/".$vo.news_id)}'>预览 <i class="fa fa-eye"></i></a>
{elseif $vo.type eq '视频'}
<a data-phone-view='{:url("@wechat/api.review/video")}?title={$vo.video_title|urlencode}&desc={$vo.video_desc|urlencode}&url={$vo.video_url|urlencode}'>预览 <i class="fa fa-eye"></i></a>
{elseif $vo.type eq '语音'}