XQMuse/Root/Me/VC/LogoutAccountVC.swift
@@ -42,6 +42,7 @@ Services.deleteUser().subscribe(onNext: {data in CommonAlertView.show(title: "提示", content: "注销成功", cancelStr: nil, completeStr: "确定", isSingle: true) { state in if state{ UserDefaultSettingViewModel.clearSetting() sceneDelegate?.needLogin() self.navigationController?.popToRootViewController(animated: false) DispatchQueue.main.asyncAfter(delay: 0.5) {