dever 3 years ago
parent
commit
32124e4b21
1 changed files with 1 additions and 1 deletions
  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()
     public function area()
     {
     {
-        $this->data['user'] = $this->getInfo();
+        $this->data = $this->getInfo();
 
 
         $where['mid'] = $this->data['user']['id'];
         $where['mid'] = $this->data['user']['id'];