|
@@ -99,7 +99,7 @@ class common_sumary extends common_base
|
|
|
$base_info = $mod_car->base_info([ 'car_id' => $ret['car_id'] ]);
|
|
|
$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_index_url'] = $car_helper->index_url($ret['car_id']);
|
|
|
$ret['car_detail_url'] = $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']);
|