Showing
1 changed file
with
1 additions
and
1 deletions
@@ -684,7 +684,7 @@ class CartModel | @@ -684,7 +684,7 @@ class CartModel | ||
684 | // 缩略图 | 684 | // 缩略图 |
685 | foreach ($val['images_list'] as $image) { | 685 | foreach ($val['images_list'] as $image) { |
686 | $thumbImageList[] = array( | 686 | $thumbImageList[] = array( |
687 | - 'img' => Helpers::getImageUrl($image['image_url'], 80, 106) | 687 | + 'img' => Helpers::getImageUrl($image['image_url'], 60, 60) |
688 | ); | 688 | ); |
689 | } | 689 | } |
690 | 690 |
-
Please register or login to post a comment