diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index f9cb830..d65a323 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -218,7 +218,8 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { }*/ uinfo.GetCashCnt++ - if info.Isnew == 1 { + //如果是前六挡 + if info.Cid <= 6 { uinfo.WithDraw.Cashdata[index].Isnew = 0 } -- libgit2 0.21.0