|
@@ -143,7 +143,7 @@ func (self *UserController) GetAgentDetail() {
|
|
|
if item.Depart != curWxUser.Depart {
|
|
if item.Depart != curWxUser.Depart {
|
|
|
self.ReturnError(403, apps.ComNotAllow, "", nil)
|
|
self.ReturnError(403, apps.ComNotAllow, "", nil)
|
|
|
}
|
|
}
|
|
|
- item.Head = user_model.GetFullImgUrl(curWxUser.Head)
|
|
|
|
|
|
|
+ item.Head = curWxUser.Head
|
|
|
item.IntroNickName = introUser.Nickname
|
|
item.IntroNickName = introUser.Nickname
|
|
|
item.SaleGroupSum = curWxUser.SaleGroupSum
|
|
item.SaleGroupSum = curWxUser.SaleGroupSum
|
|
|
self.Data["json"] = item
|
|
self.Data["json"] = item
|