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