音萌商店包版本修改 此commit置顶 1.0.6
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user