CH推荐上线

hotfix/paypal-note
尹诚诚 5 years ago
parent 40dce1aa6e
commit 4b094e5971

@ -1195,7 +1195,7 @@ class Information extends CI_Controller
//读取附加移动端图片
$data->mobile_photo = get_meta($data->ic_id, 'meta_addon_picture_mobile');
if (empty($data->mobile_photo)) {
if (!empty($information->ic_photo)) {
if (!empty($data->ic_photo)) {
$data->mobile_photo = $this->config->item('site_image_url').$data->ic_photo;
} else {
$data->mobile_photo = 'https://data.asiahighlights.com/image/travel-guide/thailand/info-template-recommended.jpg';

Loading…
Cancel
Save