diff --git a/control/index.php b/control/index.php index 08e53a1..08540b3 100644 --- a/control/index.php +++ b/control/index.php @@ -34,7 +34,9 @@ class index extends publicBase { $this->ajax_json(true, 'succ', $list); } - public function order_list() {} + public function order_list() { + $this->view['menu_page'] = 'order_list'; + } public function ajax_get_order_list() { $shopinfo = $this->get_shopinfo(); diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index 3cd22a0..2afe11e 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -46,7 +46,7 @@
- + 订单列表