|
|
|
@ -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 ='编辑渠道信息';
|
|
|
|
|
|
|
|
|
|