diff --git a/app/portal/controller/GoodsdetailsController.php b/app/portal/controller/GoodsdetailsController.php
index 4e7464d..34a39c2 100644
--- a/app/portal/controller/GoodsdetailsController.php
+++ b/app/portal/controller/GoodsdetailsController.php
@@ -26,6 +26,7 @@ class GoodsdetailsController extends WeChatBaseController{
         $data['price1'] = $price[1];
         $data['pricing0'] = $pricing[0];
         $data['pricing1'] = $pricing[1];
+        $data['det_img'] = json_decode($data['det_img'],true);
         dump($data);die;
         $this -> assign('data',$data);
         return $this -> fetch();