From 1e895f8d7d46a0054e92f04e9bda6a1dbf82412b Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Sun, 18 Aug 2019 21:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=A0=BC=E5=9B=BE=E7=89=87bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/BuyService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/service/BuyService.php b/application/service/BuyService.php index ea00b5321..8a70f29e9 100755 --- a/application/service/BuyService.php +++ b/application/service/BuyService.php @@ -434,8 +434,8 @@ class BuyService $images = self::BuyGoodsSpecImages($ret['data'][0]['goods_id'], $ret['data'][0]['spec']); if(!empty($images)) { - $ret['data'][0]['images'] = $images; - $ret['data'][0]['images_old'] = ResourcesService::AttachmentPathViewHandle($images); + $ret['data'][0]['images'] = ResourcesService::AttachmentPathViewHandle($images); + $ret['data'][0]['images_old'] = $images; } }