Commit 167c55d1 by 冷斌

fix bug

parent 1d9d16f0
......@@ -406,10 +406,8 @@ class Model_User extends PhalApi_Model_NotORM
if ($source == 1 && $cashvotes > $user['votes']) {
return 2;
}
var_dump($cashvotes > $user['i_votes'], $cashvotes, $user['i_votes']);
die;
if ($source == 2 && $cashvotes > $user['i_votes']) {
if ($source == 2 && $cashvotes > $user['i_votes']) {
return 2;
}
......
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