From bae8b3158d6ac9fb6bc8b10db4205bc505befc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 23 Dec 2025 01:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E5=B8=81=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Lottery.php | 1 + 1 file changed, 1 insertion(+) 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);