diff --git a/control/index.php b/control/index.php index 1667dcb..08e53a1 100644 --- a/control/index.php +++ b/control/index.php @@ -93,7 +93,9 @@ class index extends publicBase { $this->ajax_json(true, 'succ', $nlist); } - public function after_sale_list() {} + public function after_sale_list() { + $this->view['menu_page'] = 'after_sale_list'; + } public function ajax_get_after_sale_order_list() { $shopinfo = $this->get_shopinfo(); diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index 69520ae..3cd22a0 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -35,8 +35,8 @@ -
- +
+ 售后监控