前端应用文章模块并显示
This commit is contained in:
@@ -73,14 +73,7 @@
|
||||
}
|
||||
|
||||
function edit(id) {
|
||||
layer.open({
|
||||
type: 2,
|
||||
title: '编辑文章',
|
||||
shadeClose: true,
|
||||
shade: 0.8,
|
||||
area: ['800px', '600px'],
|
||||
content: '{:url("article/edit")}?id=' + id
|
||||
});
|
||||
window.location.href = '{:url("article/edit")}?id=' + id;
|
||||
}
|
||||
|
||||
function del(id) {
|
||||
|
||||
Reference in New Issue
Block a user