From a4dadae2ed25d323f04c56c6d74d24aee9720b22 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Wed, 3 Aug 2022 15:10:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=B0=83=E6=95=B4=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 4 +++- view/templates/include/admin_leftmenu.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@