|
|
@@ -116,8 +116,8 @@ class Shop extends NotORM {
|
|
|
return $res;
|
|
|
}
|
|
|
|
|
|
- unset($info['name'],$info['thumb'],$info['des'],$info['license']);
|
|
|
-
|
|
|
+ unset($info['des'],$info['license']);
|
|
|
+ $info['thumb']=\App\get_upload_path($info['thumb']); //营业执照
|
|
|
$info['certificate_format']=\App\get_upload_path($info['certificate']); //营业执照
|
|
|
$info['other_format']=\App\get_upload_path($info['other']); //其他证件
|
|
|
|