修改跳转链接问题

This commit is contained in:
augushong
2020-08-22 12:47:05 +08:00
parent e07ca74785
commit 3e50bf62e5

View File

@@ -33,7 +33,7 @@
<div class="desc"> <div class="desc">
{$post.desc_html} {$post.desc_html}
</div> </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"> <div class="jump-container">
<a href="{$post.jump_to_url}" class="layui-btn jump-btn" target="_blank">{$post.jump_to_btn_title|default='立即跳转'}</a> <a href="{$post.jump_to_url}" class="layui-btn jump-btn" target="_blank">{$post.jump_to_btn_title|default='立即跳转'}</a>
</div> </div>