diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index 948821396..56b360a3e 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -196,7 +196,7 @@ unset($_REQUEST['parent_id']); $idcardpic = $data["idcarpic"]; $businesspic = $data['businesspic']; $agreementpic = $data["agreementpic"]; - + $anothpic = $data["anothpic"]; if(!empty($idcardpic)) { $idcardpicArr = explode(',', $idcardpic); foreach ($idcardpicArr as $key => $value) { @@ -215,9 +215,16 @@ unset($_REQUEST['parent_id']); $agreementpicImg[$key] = get_cover($value2, 'path'); } } + if(!empty($anothpic)) { + $anothpicArr = explode(',', $anothpic); + foreach ($anothpicArr as $key => $value3) { + $anothpicImg[$key] = get_cover($value3, 'path'); + } + } $this->assign("agreementpicimg",$agreementpicImg); $this->assign('businesspicImg',$businesspicImg); $this->assign('idcardimg',$idcardImg); + $this->assign('anothpicimg',$anothpicImg); $this->assign('data',$data); $this->meta_title ='编辑渠道信息'; diff --git a/Application/Admin/View/Promote/edit.html b/Application/Admin/View/Promote/edit.html index 365ca2e56..3c39f46fc 100644 --- a/Application/Admin/View/Promote/edit.html +++ b/Application/Admin/View/Promote/edit.html @@ -130,6 +130,18 @@ + + 补充认证: + +
+ + $info3):?> + + + +
+ + 邮箱: diff --git a/Application/Admin/View/Promote/lists.html b/Application/Admin/View/Promote/lists.html index c5a8641be..49a901191 100644 --- a/Application/Admin/View/Promote/lists.html +++ b/Application/Admin/View/Promote/lists.html @@ -53,6 +53,7 @@ 新增 审核 资质审核 + 拒绝身份通过 开启自动审核 @@ -116,6 +117,16 @@ +
+ +
-
+