Commit 7923ad16 authored by zhuwei's avatar zhuwei

优化

parent 1771baa2
......@@ -36,7 +36,8 @@ class ShareShop extends Basic
$browser_type = $this->isWeiChatBrowser();
$params = $this->params;
$is_user = true;
if($browser_type == 1){
if($browser_type == 1 && empty($params['wx_union_id'])){
//dump('微信浏览器');
$code = empty($_GET['code']) ? null : $_GET['code'];
if (!$code) {
......
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