Commit 570daaa2 by 冷斌

fix bug

parent f079806f
......@@ -78,7 +78,7 @@ class ProfitController extends HomebaseController
$data['identity'] = $identity;
$certification = 0;
$auth2=M('users_info_auth')->where("uid=?", $this->uid)->find();
$auth2=M('users_info_auth')->where("uid=?", $uid)->find();
if (!empty($auth2)) {
$certification = 3;
if ($auth['status'] == 0) {
......
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