diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 8a9deef..785c3ae 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -238,9 +238,12 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { uinfo.GetCashCnt++ //如果是前六挡 - if info.Cid <= 6 { + if info.Cid <= 6 && rdata.Ctype == 1 { uinfo.WithDraw.Cashdata[index].Isnew = 0 } + if rdata.Ctype == 2 { + uinfo.WithDraw.SpecialCashdata[index].Isnew = 0 + } uinfo.RealGold = gold //uinfo.RealGold -= drawnum * 100 -- libgit2 0.21.0