|
|
@ -185,7 +185,7 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
|
|
|
|
|
|
|
|
$payTypes = PresidentDepositService::$payTypes;
|
|
|
|
$payTypes = PresidentDepositService::$payTypes;
|
|
|
|
$this->assign('payTypes', $payTypes);
|
|
|
|
$this->assign('payTypes', $payTypes);
|
|
|
|
$this->meta_title = '推广公司';
|
|
|
|
$this->meta_title = '下游推广公司';
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public function index()
|
|
|
|
public function index()
|
|
|
@ -284,7 +284,7 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
$this->assign('listData', $data);
|
|
|
|
$this->assign('listData', $data);
|
|
|
|
$this->assign('count', $count);
|
|
|
|
$this->assign('count', $count);
|
|
|
|
$this->assign('VerifyStatus', D("PromoteCompanyVerify")->VerifyStatus);
|
|
|
|
$this->assign('VerifyStatus', D("PromoteCompanyVerify")->VerifyStatus);
|
|
|
|
$this->meta_title = '推广公司审核列表';
|
|
|
|
$this->meta_title = '下游推广公司审核列表';
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -405,7 +405,7 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$this->assign('serviceAgreements', M('service_agreement', 'tab_')->select());
|
|
|
|
$this->assign('serviceAgreements', M('service_agreement', 'tab_')->select());
|
|
|
|
$this->assign('commonset', M('Kuaijieicon')->where(['url' => 'PromoteCompany/add'])->find());
|
|
|
|
$this->assign('commonset', M('Kuaijieicon')->where(['url' => 'PromoteCompany/add'])->find());
|
|
|
|
$this->meta_title = '新增推广公司';
|
|
|
|
$this->meta_title = '新增下游推广公司';
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|