http充值状态
This commit is contained in:
@@ -37,7 +37,7 @@ class User extends Controller
|
||||
$recharge_model = new RechargeModel;
|
||||
$where = [
|
||||
'user_id' => $this->userinfo['UserId'],
|
||||
'user_id' => $this->userinfo['UserId'],
|
||||
'pay_status' => 1,
|
||||
];
|
||||
|
||||
$list = $recharge_model->getListPage($where);
|
||||
|
||||
Reference in New Issue
Block a user