| xqd
@@ -11,13 +11,14 @@ $cur_store = $this->getStoreById($seller_id);
|
|
|
$list=pdo_get('zh_jdgjb_seller',array('id'=>$seller_id));
|
|
|
$user=pdo_getall('zh_jdgjb_user',array('uniacid'=>$_W['uniacid']));
|
|
|
if($list['img']){
|
|
|
+ print_r($list['img']);die;
|
|
|
if(strlen($list['img'])>51){
|
|
|
- $img= explode(',',$list['img']);
|
|
|
- }else{
|
|
|
- $img=array(
|
|
|
- 0=>$list['img']
|
|
|
- );
|
|
|
- }
|
|
|
+ $img= explode(',',$list['img']);
|
|
|
+ }else{
|
|
|
+ $img=array(
|
|
|
+ 0=>$list['img']
|
|
|
+ );
|
|
|
+ }
|
|
|
}
|
|
|
if(checksubmit('submit')){
|
|
|
if($_GPC['img']){
|