diff --git a/Application/Home/Controller/SafeController.class.php b/Application/Home/Controller/SafeController.class.php index 5ba29ead8..1be8fe404 100644 --- a/Application/Home/Controller/SafeController.class.php +++ b/Application/Home/Controller/SafeController.class.php @@ -321,6 +321,24 @@ class SafeController extends BaseController{ $this->assign('addr','未填写地址'); } $promoteInfo['address'] = json_decode($address); + if(empty($promoteInfo['bank_card'])) { + $promoteInfo['bank_card'] = " "; + } + if(empty($promoteInfo['email'])) { + $promoteInfo['email'] = " "; + } + if(empty($promoteInfo['real_name'])) { + $promoteInfo['real_name'] = " "; + } + if(empty($promoteInfo['mobile_phone'])) { + $promoteInfo['mobile_phone'] = " "; + } + if(empty($promoteInfo['bank_name'])) { + $promoteInfo['bank_name'] = " "; + } + if(empty($promoteInfo['idcard'])) { + $promoteInfo['idcard'] = " "; + } $this->assign("ver_status",$promoteInfo['ver_status']); $this->assign('promoteinfo', $promoteInfo);