|
|
@ -974,6 +974,14 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (I('pay_type', 0) == 0) {
|
|
|
|
|
|
|
|
$this->error('请选择押金付款方式');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (I('pay_type', 0) != PresidentDepositService::PAY_TYPE_NONE && I('pay_way', 0) == 0) {
|
|
|
|
|
|
|
|
$this->error('请选择付款方式');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// if(!empty(I("contact_phone")) && !checkPhone(I('contact_phone'))) {
|
|
|
|
// if(!empty(I("contact_phone")) && !checkPhone(I('contact_phone'))) {
|
|
|
|
// $this->error('联系电话格式不正确');
|
|
|
|
// $this->error('联系电话格式不正确');
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|