...
|
...
|
@@ -65,9 +65,6 @@ class IndexModel |
|
|
$url['fav_brand'] = SearchData::getBrandListUrl();
|
|
|
//新品上架
|
|
|
$productParam['new'] = 'Y';
|
|
|
$productParam['sales'] = 'Y';
|
|
|
$productParam['outlets'] = 2;
|
|
|
$productParam['stocknumber'] = 1;
|
|
|
$productParam['order'] = 's_t_desc';
|
|
|
$productParam['viewNum'] = 10;
|
|
|
$url['new'] = SearchData::webSearchByCondition($productParam, true);
|
...
|
...
|
|