无故事王国
2024-07-06 607c74dfcfb5e52e56604f635d1d6a081cddcace
DolphinEnglishLearnStudent/Services/NetworkRequest.swift
@@ -235,7 +235,7 @@
                                                                                    case 502: //登录被冻结
                                                                                                CommonAlertView.show(isSinple: true, content: next.msg)
                                                                                    case 501:
                                                                                                CommonAlertView.show(content: next.msg, completeTitle: "成为会员") {
                                                                                                CommonAlertView.show(content: "以下内容仅限会员查看,请先成为会员!", completeTitle: "成为会员") {
                                                                                                             let vc = VIPCenterVC()
                                                                                                            vc.title = "会员中心"
                                                                                                            JQ_currentNavigationController().pushViewController(vc)