修改加价购或者赠品信息图片大小
Code Review By Rock Zhang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -646,7 +646,7 @@ class CartModel | @@ -646,7 +646,7 @@ class CartModel | ||
646 | // 缩略图 | 646 | // 缩略图 |
647 | foreach ($val['images_list'] as $image) { | 647 | foreach ($val['images_list'] as $image) { |
648 | $thumbImageList[] = array( | 648 | $thumbImageList[] = array( |
649 | - 'img' => Helpers::getImageUrl($image['image_url'], 60, 60) | 649 | + 'img' => Helpers::getImageUrl($image['image_url'], 80, 106) |
650 | ); | 650 | ); |
651 | } | 651 | } |
652 | 652 |
-
Please register or login to post a comment