Commit 8bfcb207 by 冷斌

add

parent e672c1bf
...@@ -146,8 +146,7 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -146,8 +146,7 @@ class Model_Home extends PhalApi_Model_NotORM {
if (empty($touid)) { if (empty($touid)) {
return []; return [];
} }
$touids=array_column($touid,"uid"); var_dump($touid);
var_dump($touids);
die; die;
$data = []; $data = [];
foreach ($touids as $t) { foreach ($touids as $t) {
......
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