mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
修改跳转链接问题
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="desc">
|
||||
{$post.desc_html}
|
||||
</div>
|
||||
{if !empty($post.desc) && $post.jump_to_url_status != 0}
|
||||
{if !empty($post.jump_to_url) && $post.jump_to_url_status != 0}
|
||||
<div class="jump-container">
|
||||
<a href="{$post.jump_to_url}" class="layui-btn jump-btn" target="_blank">{$post.jump_to_btn_title|default='立即跳转'}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user