diff --git a/application/api/model/Lottery.php b/application/api/model/Lottery.php index 36c9ae39..712ddaf1 100644 --- a/application/api/model/Lottery.php +++ b/application/api/model/Lottery.php @@ -28,6 +28,7 @@ class Lottery extends Model //获取礼物信息 $gift_info = Db::name('vs_gift')->where(['gid'=>$gift_id]) ->field('gid as gift_id,gift_name,gift_price,file_type,base_image,play_image,gift_type,label,is_public_server')->find(); + $gift_info['play_image'] = '';//不要特效 //送给所有人的总价格 $all_gift_price = $gift_info['gift_price'] * $num * count($toarray);