<a href="javascript:dr_app_favorite('{$t.id}');" class="icon-btn"><span class="badge badge-danger" id="module_favorite_{$t.id}"> {intval($t.favorites)} </span></a>这个首页 和列表页收藏
做个判断
未登录状态
已收藏状态
没有收藏的状态
{if $member}
{table table-1_cp_favorite uid=$mend cid=$id retunn-fav}}{/table}
{if $count_fav}
已收藏
{else}
收藏
{/if}
{else}
登录后收藏
{/if} 无效
{if $member} {table table=1_cp_favorite uid=$member.uid cid=$t.id return=fav}}{/table} {if $count_fav} 已收藏 {else} 收藏 {/if} {else} 登录后收藏 {/if}