diff --git a/mobile/source/apps/goods/controllers/IndexController.php b/mobile/source/apps/goods/controllers/IndexController.php index 4a4213a..e5dc75f 100755 --- a/mobile/source/apps/goods/controllers/IndexController.php +++ b/mobile/source/apps/goods/controllers/IndexController.php @@ -23,6 +23,7 @@ class IndexController extends FrontendController { public function actionIndex() { + var_dump($_SESSION['openid']); //ecmoban模板堂 --zhuo start 仓库 $pid = I('request.pid', 0, 'intval'); //ecmoban模板堂 --zhuo end 仓库 diff --git a/mobile/source/apps/site/controllers/IndexController.php b/mobile/source/apps/site/controllers/IndexController.php index 5fe96d9..447ca77 100755 --- a/mobile/source/apps/site/controllers/IndexController.php +++ b/mobile/source/apps/site/controllers/IndexController.php @@ -23,7 +23,6 @@ class IndexController extends FrontendController { if(I('app')){ $_SESSION['openid']=I('app'); } - var_dump($_SESSION['openid']); $this->assign('cart_number', cart_number());//购物车数量 $this->assign('hot_click', get_hot_click());// 获取热门搜索 $this->assign('store', get_store());// 获取店铺