|
|
@@ -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;
|
|
|
}
|