|
@@ -28,7 +28,7 @@ class DynamicController extends AdminController
|
|
if(isset($this->user_info->nickname)){
|
|
if(isset($this->user_info->nickname)){
|
|
return $this->user->mobile.'<br>'.$this->user_info->nickname;
|
|
return $this->user->mobile.'<br>'.$this->user_info->nickname;
|
|
}else{
|
|
}else{
|
|
- return $this->user->mobile.'<br>'."";
|
|
|
|
|
|
+ return "";
|
|
}
|
|
}
|
|
|
|
|
|
});
|
|
});
|