|
@@ -100,7 +100,7 @@ class common_sumary extends common_base
|
|
|
$car_helper = car_helper::instance();
|
|
|
$ret['goods_plus'] = unserialize($this->common_info['goods_plus']);
|
|
|
//$ret['car_index_url'] = $car_helper->index_url($ret['car_id']);
|
|
|
- $ret['car_detail_url'] = $car_helper->detail_url($ret['car_id']);
|
|
|
+ $ret['car_detail_url'] = "jyc://car.lrlz.com/web/web?title=全部配置&url=". urlencode($car_helper->detail_url($ret['car_id']));
|
|
|
$ret['car_store_ids'] = unserialize($this->common_info['store_list']);
|
|
|
$ret['car_store_total'] = count($ret['car_store_ids']);
|
|
|
$ret['car_name'] = $base_info['car_name'];
|