From 62a24b3c7cf92919a93ee575e9460037e1a53816 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期四, 07 十一月 2024 19:10:20 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Me/VC/HelpCenterVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Me/VC/HelpCenterVC.swift b/XQMuse/Root/Me/VC/HelpCenterVC.swift index 64ac689..8226507 100644 --- a/XQMuse/Root/Me/VC/HelpCenterVC.swift +++ b/XQMuse/Root/Me/VC/HelpCenterVC.swift @@ -148,7 +148,7 @@ switch page { case 0: attribute.add(string: "如你当前登录心泉·疗愈的手机号码不是购买课程时填写的手机号码,请点击下方按钮,使用购买课程的手机号码登录即可。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5) - btn_handle.setTitle("换个手机号码登录", for: .normal) + btn_handle.setTitle("换个手机号登录", for: .normal) case 1: attribute.add(string: "如你希望变更心泉·疗愈的手机号码,请点击下方按钮,根据页面提示录入新的手机号码。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5) btn_handle.setTitle("前往改绑手机号", for: .normal) -- Gitblit v1.7.1