dever 3 лет назад
Родитель
Сommit
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'];