Commit 66311edb by 冷斌

add

parent 8bfcb207
...@@ -146,10 +146,9 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -146,10 +146,9 @@ class Model_Home extends PhalApi_Model_NotORM {
if (empty($touid)) { if (empty($touid)) {
return []; return [];
} }
var_dump($touid);
die;
$data = []; $data = [];
foreach ($touids as $t) { foreach ($touid as $t) {
$d = $this->getOnline($t['uid']); $d = $this->getOnline($t['uid']);
if (!empty($d)) { if (!empty($d)) {
$data[] = $d; $data[] = $d;
......
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