c23a4149 by yangjianbin

init

1 parent 0a697995
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
67 return '<span class="dropDown dropDown_hover">\ 67 return '<span class="dropDown dropDown_hover">\
68 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 68 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
69 <ul class="dropDown-menu menu radius box-shadow">\ 69 <ul class="dropDown-menu menu radius box-shadow">\
70 <li><a href="javascript:;" onclick="layer_show(\'编辑\', \'/config/edit/' + data + '\')">编辑</a></li>\ 70 <li><a href="javascript:;" onclick="layer_show(\'编辑\', \'/index.php/config/edit/' + data + '\')">编辑</a></li>\
71 <li><a href="javascript:;del('+data+')">删除</a></li>\ 71 <li><a href="javascript:;del('+data+')">删除</a></li>\
72 </ul></span>'; 72 </ul></span>';
73 } 73 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!