1
0
Files
helper/application/mobile/view/help/detail.html
2020-08-06 14:58:51 +08:00

16 lines
364 B
HTML

{extend name="public/base" /}
{block name="body"}
<!-- 标题 -->
<h4 class="help-core-title ce-text-c ce-margin-none">{$info.title}</h4>
<!-- End 标题 -->
<!-- add按钮 -->
{include file="public/share" /}
<!-- End add按钮 -->
<!-- 内容 -->
<div class="help-core-mian">
{$info.content}
</div>
<!-- End 内容 -->
{include file="public/user" /}
{/block}