Commit fdd7deb3 authored by christ's avatar christ

stat

parent 5a0049df
......@@ -646,6 +646,9 @@ class MemberModel extends \DAO\AbstractModel
}
public function getListMemberUrl($list){
foreach($list as &$li){
if(!Common::checkMobilePhone($li['memberMobile'])){
$li['memberMobile']='';
}
$li['memberAvatar']=$this->getMemberAvatarUrl($li['memberId'],$li['memberAvatar']);
}
return $list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment