Commit 3fd09799 by 冷斌

支付宝

parent 1c57d17f
......@@ -48,7 +48,7 @@ class LevelController extends HomebaseController {
$this->assign('set', $set);
$anchor_certification = 0;
$auth=M("users_auth")->where("uid=?", $uid)->find();
$auth=M("users_auth")->where("uid={$uid}")->find();
if (!empty($auth)) {
if ($auth['status']==1) {
$anchor_certification = 1;
......
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