From 642175113bf6f2c90894e689dacda50278cad570 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 19 九月 2024 15:50:11 +0800
Subject: [PATCH] complete most UI &  Mock API

---
 XQMuse/Root/Login/LoginVC.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/XQMuse/Root/Login/LoginVC.swift b/XQMuse/Root/Login/LoginVC.swift
index 041e323..47dad71 100644
--- a/XQMuse/Root/Login/LoginVC.swift
+++ b/XQMuse/Root/Login/LoginVC.swift
@@ -174,6 +174,7 @@
 								Services.loginBy(phone: viewModel.loginPhone.value, content: viewModel.loginContent.value, type: viewModel.loginType.value).subscribe(onNext: { data in
 												if let model = data.data{
 																sceneDelegate?.loginSuccess()
+																self.dismiss(animated: true)
 
 																UserViewModel.saveLoginInfo(model)
 

--
Gitblit v1.7.1