音萌商店包版本修改 此commit置顶 1.0.6

This commit is contained in:
liyuhua
2024-04-25 17:07:27 +08:00
parent 8649211aba
commit e41907bd4e
3 changed files with 54 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ class YMNetworkHelper: NSObject {
sessionNetMana.cancelAllRequests()
keyWindow.rootViewController = BaseNavigationViewController(rootViewController:AuthLaunchVC())
}
if (codeNum == 1415){
let fillVC = AuthFillDataVC()
fillVC.modalPresentationStyle = .fullScreen
keyWindow.rootViewController = fillVC
}
var messageIn = response1.error.debugDescription
if ResultMo.keys.contains("message") { messageIn = ResultMo["message"] as? String ?? "" }
fail3?(codeNum,messageIn)