作者 lyh

gx

... ... @@ -51,7 +51,7 @@ class DomainInfo extends Command
}
$ssl = $this->updateDomainSsl($v['domain']);
$time = $this->updateDomain($v['domain']);
if(!empty($time['start']) && !!empty($time['end'])){
if(!empty($time['start']) && !empty($time['end'])){
$data = [
'certificate_start_time'=>$ssl['from'],
'certificate_end_time'=>$ssl['to'],
... ...
... ... @@ -141,7 +141,7 @@ class IndexController extends BaseController
$product_image[]['title'] = $v['title'];
if(!empty($v['thumb']) && !empty($v['thumb']['url'])){
$product_image[]['image'] = '';
$product_image[]['image'] = getImageUrl($v['thumb']['url'],$this->user['storage_type'] ?? 0,$this->user['project_location']);
$product_image[]['image'] = getImageUrl($v['thumb']['url']);
}
}
$data = [
... ...