@@ -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'];