Commit 8513733c by 冷斌

fix bug

parent ad3b9306
...@@ -912,12 +912,8 @@ class Api_Live extends PhalApi_Api { ...@@ -912,12 +912,8 @@ class Api_Live extends PhalApi_Api {
$domain=new Domain_Home(); $domain=new Domain_Home();
$res=$domain->wealth('day'); $res=$domain->wealth('day');
$i = 99; $i = 99;
var_dump($res);
die;
foreach ($res as $key => $r){ foreach ($res as $key => $r){
if ($r['uid'] == $uid) { if ($r['uid'] == $uid) {
var_dump($key);
die;
$i = $key; $i = $key;
break; break;
} }
......
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