From de250e156be3c7803a7e3891257f645f75dd4b00 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 3 Jul 2020 18:16:55 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 633b3c6..1513b7b 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