Commit e02b304d by 冷斌

动态

parent 4e518822
......@@ -1094,7 +1094,7 @@ class Model_Home extends PhalApi_Model_NotORM {
if($v['type']==1){
$v['type_val']='';
}
$v['label'] = $this->getUserLabel($userinfo);
// $v['label'] = $this->getUserLabel($userinfo);
$result[$k]=$v;
......@@ -1151,7 +1151,7 @@ class Model_Home extends PhalApi_Model_NotORM {
if($v['type']==1){
$v['type_val']='';
}
$v['label'] = $this->getUserLabel($userinfo);
// $v['label'] = $this->getUserLabel($userinfo);
$result[$k]=$v;
}
if($result){
......@@ -1276,7 +1276,7 @@ class Model_Home extends PhalApi_Model_NotORM {
if($v['type']==1){
$v['type_val']='';
}
$v['label'] = $this->getUserLabel($userinfo);
// $v['label'] = $this->getUserLabel($userinfo);
$result[$k]=$v;
}
return !empty($result) ? $result[0] : [];
......
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