From 883b9bb3c7a72130fa300d9b48c6b9ebc5cfe529 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 17 Jun 2020 15:13:11 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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