diff --git a/mobile/source/apps/cart/controllers/IndexController.php b/mobile/source/apps/cart/controllers/IndexController.php index 3774cb8..d7cc4fd 100755 --- a/mobile/source/apps/cart/controllers/IndexController.php +++ b/mobile/source/apps/cart/controllers/IndexController.php @@ -53,6 +53,7 @@ class IndexController extends FrontendController { */ public function actionIndex() { + var_dump($_SESSION['appid']); /* 标记购物流程为普通商品 */ $_SESSION['flow_type'] = CART_GENERAL_GOODS; diff --git a/mobile/source/apps/flow/controllers/IndexController.php b/mobile/source/apps/flow/controllers/IndexController.php index e7735d1..017120d 100755 --- a/mobile/source/apps/flow/controllers/IndexController.php +++ b/mobile/source/apps/flow/controllers/IndexController.php @@ -55,6 +55,7 @@ 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 } @@ -63,6 +64,7 @@ class IndexController extends FrontendController { */ public function actionIndex() { + var_dump($_SESSION['appid']); /* 取得购物类型 */ $flow_type = isset($_SESSION['flow_type']) ? intval($_SESSION['flow_type']) : CART_GENERAL_GOODS; //配送方式--自提点标识