From 77041c81c325c0bc88c94dc28d732f656cc4c885 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期二, 17 十月 2023 18:28:29 +0800 Subject: [PATCH] 修复BUG --- WanPai/Root/Games/GamesVC.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WanPai/Root/Games/GamesVC.swift b/WanPai/Root/Games/GamesVC.swift index 225a0e4..251bf8f 100644 --- a/WanPai/Root/Games/GamesVC.swift +++ b/WanPai/Root/Games/GamesVC.swift @@ -63,6 +63,7 @@ if status{ if let model = QRCodeModel.deserialize(from: text){ + print("--->\(model.toJSON())") self.codeModel = model self.checkUnPayGame(model) }else{ -- Gitblit v1.7.1