| xqd
@@ -180,7 +180,9 @@ class ManufacturerController extends Controller
|
|
|
if (!empty($data['logo'])) {
|
|
|
$data['logo'] = $this->formatImgUrl($data['logo']);
|
|
|
}
|
|
|
-
|
|
|
+ if (!empty($data['qrcode'])) {
|
|
|
+ $data['qrcode'] = $this->formatImgUrl($data['qrcode']);
|
|
|
+ }
|
|
|
if (!empty($data['share_image'])) {
|
|
|
$data['share'] = $this->formatImgUrl($data['share_image']);
|
|
|
}
|
| xqd
@@ -245,6 +247,9 @@ class ManufacturerController extends Controller
|
|
|
if (!empty($data['share_image'])) {
|
|
|
$data['share'] = $this->formatImgUrl($data['share_image']);
|
|
|
}
|
|
|
+ if (!empty($data['qrcode'])) {
|
|
|
+ $data['qrcode'] = $this->formatImgUrl($data['qrcode']);
|
|
|
+ }
|
|
|
if (!empty($data['notice_icon'])) {
|
|
|
$data['notice_icon'] = $this->formatImgUrl($data['notice_icon']);
|
|
|
// $this->deleteUrl($saveData->notice_icon);
|