hotfix/paypal-note
LMR 2 years ago
parent 2806403035
commit b61fef96e1

@ -2095,10 +2095,10 @@ class Information extends CI_Controller
//判断是否是更新信息
// 产品页面不能生成静态页面,比如/beijing/hotel/只是为了在导航显示一个链接,如果生成了静态页面,网前只会显示一个空白页面了
if (!empty($information->ic_content)) {
$url = $this->config->item('site_url') . '/index.php/information/detail/?static_html_url=' . $url;
$url = $this->config->item('site_url') . '/index.php/information/detail/?static_html_url=' . $url . '&flag=empty_false';
} else {
//$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/?static_html_url=' . //$url;
$url = $this->config->item('site_url') . '/index.php/information/detail/?static_html_url=' . $url;
$url = $this->config->item('site_url') . '/index.php/information/detail/?static_html_url=' . $url . '&flag=empty_true';
}
if (isset($information->ic_type) && $information->ic_type == 'product') {
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/?static_html_url=' . $tmp;

Loading…
Cancel
Save