Commit 8513733c by 冷斌

fix bug

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