From f44ad444e02c246e6c9e07add41a9c3c44242f6d Mon Sep 17 00:00:00 2001 From: lixiaoyu <1906596264@qq.com> Date: Sat, 23 Sep 2023 16:48:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/source/apps/flow/controllers/IndexController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/source/apps/flow/controllers/IndexController.php b/mobile/source/apps/flow/controllers/IndexController.php index 017120d..f7e3304 100755 --- a/mobile/source/apps/flow/controllers/IndexController.php +++ b/mobile/source/apps/flow/controllers/IndexController.php @@ -55,7 +55,6 @@ class IndexController extends FrontendController { if(isset($_COOKIE['region_id']) && !empty($_COOKIE['region_id'])){ $this->region_id = $_COOKIE['region_id']; } - var_dump($_SESSION['appid']); //ecmoban模板堂 --zhuo end } @@ -64,7 +63,6 @@ class IndexController extends FrontendController { */ public function actionIndex() { - var_dump($_SESSION['appid']); /* 取得购物类型 */ $flow_type = isset($_SESSION['flow_type']) ? intval($_SESSION['flow_type']) : CART_GENERAL_GOODS; //配送方式--自提点标识 @@ -531,6 +529,7 @@ class IndexController extends FrontendController { */ public function actiondone(){ + var_dump($_SESSION['appid']); /* 取得购物类型 */ $flow_type = isset($_SESSION['flow_type']) ? intval($_SESSION['flow_type']) : CART_GENERAL_GOODS;