|
@@ -67,7 +67,7 @@ class WebController extends O2oBaseController {
|
|
|
|
|
|
}
|
|
|
|
|
|
- if (!empty($userId)) {
|
|
|
+ if ($userId) {
|
|
|
//start双十一三天登陆发送优惠券 用后删除
|
|
|
//三批
|
|
|
$criteria = new EMongoCriteria();
|
|
@@ -114,6 +114,7 @@ class WebController extends O2oBaseController {
|
|
|
|
|
|
|
|
|
if($home_page){
|
|
|
+ exit;
|
|
|
$this->renderpartial($home_page.'Index', array(
|
|
|
'version' => '2015082505',
|
|
|
'debug' => 'false',
|