mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
165a1b6adf
commit
50415bf32a
@ -14,7 +14,7 @@
|
|||||||
{foreach $list as $vo}
|
{foreach $list as $vo}
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
<div class='news-tools layui-hide'>
|
<div class='news-tools layui-hide'>
|
||||||
<a data-phone-view="{:url('@wechat/api.review/news/'.$vo.id)}" href='javascript:void(0)'>预览</a>
|
<a data-phone-view="{:url('@wechat/api.review/news')}?id={$vo.id}" href='javascript:void(0)'>预览</a>
|
||||||
<a data-open='{:url("edit")}?id={$vo.id}' href='javascript:void(0)'>编辑</a>
|
<a data-open='{:url("edit")}?id={$vo.id}' href='javascript:void(0)'>编辑</a>
|
||||||
<a data-news-del="{$vo.id}" href='javascript:void(0)'>删除</a>
|
<a data-news-del="{$vo.id}" href='javascript:void(0)'>删除</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user