Sfoglia il codice sorgente

wesmiler 报恩寺项目

wesmiler 4 anni fa
parent
commit
06a025fe1a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/Services/EnshrineService.php

+ 2 - 2
app/Services/EnshrineService.php

@@ -110,13 +110,13 @@ class EnshrineService extends BaseService
                 }
                 // 水果
                 $item['guo'] = ['id'=> 0,'icon'=> '','icon_real'=> ''];
-                $guo = $this->getOrderGoodsInfo($item['id'], $userId, $item['type'], 2);
+                $guo = $this->getOrderGoodsInfo($item['id'], $userId, $item['type'], 3);
                 if($guo){
                     $item['guo'] = $guo;
                 }
                 // 香烛
                 $item['xiang'] = ['id'=> 0,'icon'=> '','icon_real'=> ''];
-                $xiang = $this->getOrderGoodsInfo($item['id'], $userId, $item['type'], 2);
+                $xiang = $this->getOrderGoodsInfo($item['id'], $userId, $item['type'], 4);
                 if($xiang){
                     $item['xiang'] = $xiang;
                 }