Commit 03738d79 authored by David黄金龙's avatar David黄金龙

修改 产品名称

parent d14639b5
...@@ -117,7 +117,7 @@ private extension YHStartPageViewController { ...@@ -117,7 +117,7 @@ private extension YHStartPageViewController {
agreeAlertView.cancelBlock = { agreeAlertView.cancelBlock = {
//点击了取消按钮 //点击了取消按钮
YHCommonAlertView.show("", "确认退出智汇银河App?", "退出", "继续使用") { YHCommonAlertView.show("", "确认退出银河港生活App?", "退出", "继续使用") {
//退出 //退出
exit(0) exit(0)
} callBack: { } callBack: {
......
...@@ -58,7 +58,7 @@ class YHAgreementAlertView: UIView { ...@@ -58,7 +58,7 @@ class YHAgreementAlertView: UIView {
label.textColor = UIColor.mainTextColor label.textColor = UIColor.mainTextColor
label.font = UIFont.PFSC_M(ofSize: 17) label.font = UIFont.PFSC_M(ofSize: 17)
label.numberOfLines = 0 label.numberOfLines = 0
label.text = "欢迎使用智汇银河App" label.text = "欢迎使用银河港生活App"
return label return label
}() }()
...@@ -143,9 +143,9 @@ class YHAgreementAlertView: UIView { ...@@ -143,9 +143,9 @@ class YHAgreementAlertView: UIView {
let a: ASAttributedString = .init("感谢您信任并使用智汇银河App,我们将通过", .font(UIFont.PFSC_R(ofSize: 16)),.foreground(UIColor.mainTextColor)) let a: ASAttributedString = .init("感谢您信任并使用银河港生活App,我们将通过", .font(UIFont.PFSC_R(ofSize: 16)),.foreground(UIColor.mainTextColor))
let aa: ASAttributedString = .init("《智汇银河App隐私协议》", .font(UIFont.PFSC_M(ofSize: 16)),.foreground(UIColor.brandMainColor), .action { let aa: ASAttributedString = .init("《银河港生活App隐私协议》", .font(UIFont.PFSC_M(ofSize: 16)),.foreground(UIColor.brandMainColor), .action {
if let block = self.urlBlock { if let block = self.urlBlock {
block(YHBaseUrlManager.shared.curPrivacyAgreementUrl()) block(YHBaseUrlManager.shared.curPrivacyAgreementUrl())
} }
...@@ -155,7 +155,7 @@ class YHAgreementAlertView: UIView { ...@@ -155,7 +155,7 @@ class YHAgreementAlertView: UIView {
let and: ASAttributedString = .init("和", .font(UIFont.PFSC_R(ofSize: 16)),.foreground(UIColor.mainTextColor)) let and: ASAttributedString = .init("和", .font(UIFont.PFSC_R(ofSize: 16)),.foreground(UIColor.mainTextColor))
let aab: ASAttributedString = .init("《智汇银河App用户条款》", .font(UIFont.PFSC_M(ofSize: 16)),.foreground(UIColor.brandMainColor), .action { let aab: ASAttributedString = .init("《银河港生活App用户条款》", .font(UIFont.PFSC_M(ofSize: 16)),.foreground(UIColor.brandMainColor), .action {
if let block = self.urlBlock { if let block = self.urlBlock {
block(YHBaseUrlManager.shared.curUserItemsUrl()) block(YHBaseUrlManager.shared.curUserItemsUrl())
} }
......
智汇银河APP-iOS 银河港生活APP-iOS
================= =================
工程文件说明 工程文件说明
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment