Commit 902d7817 authored by zhuwei's avatar zhuwei

关闭打印

parent 75950910
...@@ -44,12 +44,6 @@ class ShareShop extends Basic ...@@ -44,12 +44,6 @@ class ShareShop extends Basic
$this->_wxApi->getWxCode($this->url.'?'.http_build_query($params)); $this->_wxApi->getWxCode($this->url.'?'.http_build_query($params));
} else { } else {
$userInfo = $this->_wxApi->getUserInfoByAccessToken($code); $userInfo = $this->_wxApi->getUserInfoByAccessToken($code);
dump('===========================');
dump('===========================');
dump('===========================');
dump('===========================');
dump('===========================');
dump($userInfo);
if (!$userInfo['wx_open_id']) { if (!$userInfo['wx_open_id']) {
$this->_wxApi->getWxCode($this->url.'?'.http_build_query($params)); $this->_wxApi->getWxCode($this->url.'?'.http_build_query($params));
}else{ }else{
...@@ -78,16 +72,6 @@ class ShareShop extends Basic ...@@ -78,16 +72,6 @@ class ShareShop extends Basic
} }
} }
dump('===========================');
dump('===========================');
dump('===========================');
dump('===========================');
dump('===========================');
dump($params);
$this->assign('data',json_encode($params)); $this->assign('data',json_encode($params));
return view("share_detail"); return view("share_detail");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment