Authored by 梁志锋

修改图片尺寸问题

@@ -65,7 +65,7 @@ class Process @@ -65,7 +65,7 @@ class Process
65 } 65 }
66 $len = count($data['menuNav']['blocks']); 66 $len = count($data['menuNav']['blocks']);
67 foreach ($data['menuNav']['blocks'] as $key => $val) { 67 foreach ($data['menuNav']['blocks'] as $key => $val) {
68 - $val['img'] = Images::getImageUrl($val['img'], 185, 76, 1); 68 + $val['img'] = Images::getImageUrl($val['img'], 185, 152, 1);
69 $val['url'] = Helpers::transUrl($val['url'], $type); 69 $val['url'] = Helpers::transUrl($val['url'], $type);
70 $temp['tplrecommend']['keyword'][] = array( 70 $temp['tplrecommend']['keyword'][] = array(
71 'href' => Helpers::getUrlSafe($val['url']), 71 'href' => Helpers::getUrlSafe($val['url']),