Authored by hf

do format shopping cart

... ... @@ -62,6 +62,17 @@ class ChristmasController extends HuodongAction
'bannerUrl_2' => 'http://feature.yoho.cn/1211/1211APPHOMEGIRL/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"潮集圣诞","url":"http://feature.yoho.cn/1211/1211APPHOMEGIRL/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"456"},"param":{"share_id":"456"}}}',
));
}
/**
* 链接跳转
*
* 备注:判断是苹果还是安卓
*
*/
public function goAction()
{
}
/**
* 检测登录状态
... ... @@ -71,7 +82,7 @@ class ChristmasController extends HuodongAction
private function getLoggedUid()
{
// 判断是否是应用访问, 拼接APP需要的URL参数
$this->_isApp = null !== $this->get('app_version');
$this->_isApp = (null !== $this->get('app_version') || null !== $this->get('uid'));
$uid = false;
if ($this->_isApp) {
$uid = $this->get('uid');
... ...