From 2499ddf77ee2ef5fcdbcac0198f0598003133286 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 26 Jan 2024 11:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=89=E6=B6=88=E6=88=98?= =?UTF-8?q?=E4=BB=A4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/entertainment/api_receive.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/entertainment/api_receive.go b/modules/entertainment/api_receive.go index af7553490..0d1bca9a3 100644 --- a/modules/entertainment/api_receive.go +++ b/modules/entertainment/api_receive.go @@ -61,10 +61,10 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.EntertainReceive if info.Vip { info.Payprogress = progress } - info.Freeprogress = 1 - if info.Vip { - info.Payprogress = 1 - } + // info.Freeprogress = 1 + // if info.Vip { + // info.Payprogress = 1 + // } if errdata, award = this.module.DispenseAtno(session, awards, true); errdata != nil { return