dever 3 vuotta sitten
vanhempi
commit
cf911c51b1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -90,7 +90,7 @@ class My extends Core
     # 账号与代理区域
     public function area()
     {
-        $this->data = $this->getInfo();
+        $this->data['user'] = Dever::load('agent/lib/member')->getInfo($this->user);
 
         $where['mid'] = $this->data['user']['id'];