Commit 883b9bb3c7a72130fa300d9b48c6b9ebc5cfe529

Authored by 陆恒
1 parent 5716f418

提交

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -218,7 +218,8 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { @@ -218,7 +218,8 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) {
218 }*/ 218 }*/
219 219
220 uinfo.GetCashCnt++ 220 uinfo.GetCashCnt++
221 - if info.Isnew == 1 { 221 + //如果是前六挡
  222 + if info.Cid <= 6 {
222 uinfo.WithDraw.Cashdata[index].Isnew = 0 223 uinfo.WithDraw.Cashdata[index].Isnew = 0
223 } 224 }
224 225