|
| xqd
@@ -218,6 +218,8 @@ class ManufacturerController extends Controller
|
|
|
}
|
|
|
if (!empty($data['share_image'])) {
|
|
|
$data['share'] = $this->formatImgUrl($data['share_image']);
|
|
|
+ }if (!empty($data['circleOfFriends'])) {
|
|
|
+ $data['circleOfFriends'] = $this->formatImgUrl($data['circleOfFriends']);
|
|
|
}
|
|
|
if(!empty($data['background_pic']))
|
|
|
$data['background_pic'] = $this->formatImgUrl($data['background_pic']);
|
|
| xqd
@@ -278,6 +280,10 @@ class ManufacturerController extends Controller
|
|
|
$data['advertising_pic'] = $this->formatImgUrl($data['advertising_pic']);
|
|
|
// $this->deleteUrl($saveData->advertising_pic);
|
|
|
}
|
|
|
+ if (!empty($data['circleOfFriends'])) {
|
|
|
+ $data['circleOfFriends'] = $this->formatImgUrl($data['circleOfFriends']);
|
|
|
+ // $this->deleteUrl($saveData->advertising_pic);
|
|
|
+ }
|
|
|
if (!empty($data['share_image'])) {
|
|
|
$data['share'] = $this->formatImgUrl($data['share_image']);
|
|
|
}
|