wesmiler 3 anni fa
parent
commit
b0b097a9a7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      source/application/store/controller/Controller.php

+ 1 - 0
source/application/store/controller/Controller.php

@@ -56,6 +56,7 @@ class Controller extends \think\Controller
         // 商家登录信息
         // 商家登录信息
         $this->store = Session::get('yoshop_store');
         $this->store = Session::get('yoshop_store');
         $this->store = $this->store? $this->store : [];
         $this->store = $this->store? $this->store : [];
+        var_dump($this->store);
         // 当前路由信息
         // 当前路由信息
         $this->getRouteinfo();
         $this->getRouteinfo();
         // 验证登录状态
         // 验证登录状态