From 5415b6659e542b21058428bbc0d38e7f5783815b Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期六, 09 十一月 2024 21:05:29 +0800
Subject: [PATCH] fix bug

---
 XQMuse/Root/Me/VC/HelpCenterVC.swift |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/XQMuse/Root/Me/VC/HelpCenterVC.swift b/XQMuse/Root/Me/VC/HelpCenterVC.swift
index 8226507..ff678fb 100644
--- a/XQMuse/Root/Me/VC/HelpCenterVC.swift
+++ b/XQMuse/Root/Me/VC/HelpCenterVC.swift
@@ -147,13 +147,13 @@
 								let attribute = AttributedStringbuilder.build()
 								switch page {
 												case 0:
-																attribute.add(string: "如你当前登录心泉·疗愈的手机号码不是购买课程时填写的手机号码,请点击下方按钮,使用购买课程的手机号码登录即可。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
+																attribute.add(string: "如你当前登录泉疗愈的手机号码不是购买课程时填写的手机号码,请点击下方按钮,使用购买课程的手机号码登录即可。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
 																btn_handle.setTitle("换个手机号登录", for: .normal)
 												case 1:
-																attribute.add(string: "如你希望变更心泉·疗愈的手机号码,请点击下方按钮,根据页面提示录入新的手机号码。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
+																attribute.add(string: "如你希望变更泉疗愈的手机号码,请点击下方按钮,根据页面提示录入新的手机号码。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
 																btn_handle.setTitle("前往改绑手机号", for: .normal)
 												case 2:
-																attribute.add(string: "如你希望变更心泉·疗愈的微信号,请点击下方按钮,根据页面提示授权登录其他微信号。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
+																attribute.add(string: "如你希望变更泉疗愈的微信号,请点击下方按钮,根据页面提示授权登录其他微信号。", withFont: .systemFont(ofSize: 13), withColor: UIColor(hexString:"#282828")!, indent: 0, lineSpace: 5)
 																btn_handle.setTitle("前往改绑微信号", for: .normal)
 
 												default:break

--
Gitblit v1.7.1