Authored by 周少峰

shop guang url

@@ -731,7 +731,7 @@ class ShopModel @@ -731,7 +731,7 @@ class ShopModel
731 break; 731 break;
732 } 732 }
733 $result['trendList'][] = array( 733 $result['trendList'][] = array(
734 - 'href' => $artList['url'], 734 + 'href' => Helpers::url('/'.$artList['id'].'.html', '', 'guang'),
735 'src' => self::imageView2(substr($artList['src'], 0, strpos($artList['src'], '?')), 264, 173), 735 'src' => self::imageView2(substr($artList['src'], 0, strpos($artList['src'], '?')), 264, 173),
736 'mainTitle' => $artList['title'], 736 'mainTitle' => $artList['title'],
737 'Subtitle' => $artList['intro'] 737 'Subtitle' => $artList['intro']