From 09a372bc45fde16fd42257ab6f78b8deeecf720b Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 16 四月 2025 16:38:05 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Login/VC/ForgotPasswordInputCodeVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Login/VC/ForgotPasswordInputCodeVC.swift b/XQMuse/Root/Login/VC/ForgotPasswordInputCodeVC.swift index 12215ba..f9040ad 100644 --- a/XQMuse/Root/Login/VC/ForgotPasswordInputCodeVC.swift +++ b/XQMuse/Root/Login/VC/ForgotPasswordInputCodeVC.swift @@ -141,7 +141,7 @@ self.push(vc: vc) } }else{ - Popup_1_View.show(state: .fail, title: "验证失败", subtitle:"手机号验证失败") { + Popup_1_View.show(state: .fail, title: "验证失败", subtitle:"验证码错误") { } } -- Gitblit v1.7.1