|
|
@ -334,12 +334,13 @@ class SafeController extends BaseController{
|
|
|
|
$id = get_pid();
|
|
|
|
$id = get_pid();
|
|
|
|
$rs = M("promote","tab_")->field('anothpic,ver_status,real_name,bank_card,mobile_phone,email,address,idcard')->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);
|
|
|
|
foreach ($idcarpicArr as $key => $value) {
|
|
|
|
foreach ($idcarpicArr as $key => $value) {
|
|
|
|
$promoteInfo['valuedata'][$key] = $value;
|
|
|
|
$promoteInfo['valuedata'][$key] = $value;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} */
|
|
|
|
|
|
|
|
$promoteInfo = "";
|
|
|
|
$address = json_decode($rs['address'],false)[1];
|
|
|
|
$address = json_decode($rs['address'],false)[1];
|
|
|
|
$this->assign('addr',$address);
|
|
|
|
$this->assign('addr',$address);
|
|
|
|
$this->assign('ver_status',$rs['ver_status']);
|
|
|
|
$this->assign('ver_status',$rs['ver_status']);
|
|
|
|