fix: mobile nas专题帮助中心

This commit is contained in:
2025-06-24 17:29:03 +08:00
parent 6012af9e75
commit e72eb956b9
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
</a>
{/volist}
{if condition="count($vo.article) >= 3"}
<a href="{:url('/index/topic/nas/help_detail', ['cid' => $vo.id, 'id' => isset($vo.article[0])?$vo.article[0]['id']:0])}">
<a href="{:url('/index/topic/nas/help_detail', ['cid' => $vo.id, 'id' => isset($vo.article[0])?$vo.article[0]['id']:0, 'view' => 'more'])}">
<div class="ckgdbt">{:lang_i18n('查看更多')} <img src="__IMAGES__/nars-jt.png"></div>
</a>
{/if}