|
|
@ -323,7 +323,7 @@ class SafeController extends BaseController{
|
|
|
|
|
|
|
|
|
|
|
|
public function editModify() {
|
|
|
|
public function editModify() {
|
|
|
|
$id = get_pid();
|
|
|
|
$id = get_pid();
|
|
|
|
$rs = M("promote","tab_")->field('anothpic,ver_status')->where(['id'=>$id])->find();
|
|
|
|
$rs = M("promote","tab_")->field('anothpic,ver_status,real_name,bank_card,mobile_phone,email,address,idcard')->where(['id'=>$id])->find();
|
|
|
|
$anothpic = $rs['anothpic'];
|
|
|
|
$anothpic = $rs['anothpic'];
|
|
|
|
if(!empty($anothpic)) {
|
|
|
|
if(!empty($anothpic)) {
|
|
|
|
$idcarpicArr = explode(',', $anothpic);
|
|
|
|
$idcarpicArr = explode(',', $anothpic);
|
|
|
@ -332,6 +332,7 @@ class SafeController extends BaseController{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->assign('ver_status',$rs['ver_status']);
|
|
|
|
$this->assign('ver_status',$rs['ver_status']);
|
|
|
|
|
|
|
|
$this->assign('rs',$rs);
|
|
|
|
$this->assign('promoteInfo',$promoteInfo);
|
|
|
|
$this->assign('promoteInfo',$promoteInfo);
|
|
|
|
|
|
|
|
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|