Skip to content

Commit

Permalink
不同的栏目模型可以混合穿插
Browse files Browse the repository at this point in the history
  • Loading branch information
arterli committed Jun 6, 2018
1 parent e53b9a4 commit 78f465b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion view/admin/category_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@
//获取上级菜单
$.ajax({
url: "/admin/category/gettree",
data:{mold:{{controller.get('mold')}}},
data:{mold:'all'},
success: function (msg) {
/* 展示生成的HTML */
$("#pid").html(category_to_html(msg));
Expand Down
3 changes: 1 addition & 2 deletions view/admin/channel_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@

//获取上级菜单
$.ajax({
url: "/admin/category/gettree",
data:{mold:'all'},
url: "/admin/channel/getchannel",
success: function (msg) {
/* 展示生成的HTML */
$("#pid").html(category_to_html(msg));
Expand Down

0 comments on commit 78f465b

Please sign in to comment.