{include file="app/manage/view/index/emlog_nav"}
| 时间 | URL | 数量 | 详情 |
|---|---|---|---|
| 条 | $r): $icon = ['baidu'=>'🔵','bing'=>'🟢','weibo'=>'🔴'][$plat] ?? '⚪'; $msg = isset($r['success']) ? '成功' . $r['success'] : (isset($r['code']) ? 'HTTP' . $r['code'] : '已推送'); echo '' . $icon . ' ' . $plat . ': ' . $msg . ''; endforeach; endif; ?> |
暂无推送记录
app/index/view/ 下所有模板,才建议切换。
切换后请务必清除模板编译缓存(系统 → 缓存管理 或删除 data/cache/tpl*),并逐个检查前端页面。
{$var} / {if} / {foreach} 原生标签;
ThinkTemplate:与 ThinkPHP 模板语法一致,支持 {:func()} / {include file="..."} / 布局继承,输出默认原样(不转义)。