|
|
@ -364,11 +364,11 @@ class QueryController extends ThinkController
|
|
|
|
$data['msg'] = '非会长账号,无法执行此操作';
|
|
|
|
$data['msg'] = '非会长账号,无法执行此操作';
|
|
|
|
$this->ajaxReturn($data);
|
|
|
|
$this->ajaxReturn($data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// if ($promote['ver_status'] != 1) {
|
|
|
|
if ($promote['ver_status'] != 1) {
|
|
|
|
// $data['status'] = 0;
|
|
|
|
$data['status'] = 0;
|
|
|
|
// $data['msg'] = '该会长未通过资质认证审核,暂时无法提现';
|
|
|
|
$data['msg'] = '该会长未通过资质认证审核,暂时无法提现';
|
|
|
|
// $this->ajaxReturn($data);
|
|
|
|
$this->ajaxReturn($data);
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
if ($promote['settlement_type'] == 1) {
|
|
|
|
if ($promote['settlement_type'] == 1) {
|
|
|
|
if (!in_array($settlementType, [1, 3])) {
|
|
|
|
if (!in_array($settlementType, [1, 3])) {
|
|
|
|
$data['status'] = 0;
|
|
|
|
$data['status'] = 0;
|
|
|
|