From 7d3ae402da6a47b5d476607990db081fe037b664 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Wed, 3 Aug 2022 15:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E8=A7=89=E9=97=AE=E9=A2=98=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 1 + view/templates/include/admin_leftmenu.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/control/index.php b/control/index.php index 22dfac8..1667dcb 100644 --- a/control/index.php +++ b/control/index.php @@ -13,6 +13,7 @@ class index extends publicBase { $obj = new mOrder(); $this->view['today_data'] = $obj->getTodayData($uid, $shop_id); $this->view['total_data'] = $obj->getToalData($uid, $shop_id); + $this->view['menu_page'] = 'home'; } public function ajax_get_data() { diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index b1720eb..69520ae 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -7,7 +7,7 @@