|
|
|
@ -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; |
|
|
|
|
|
|
|
|