dever пре 3 година
родитељ
комит
cf911c51b1
1 измењених фајлова са 1 додато и 1 уклоњено
  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'];