Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
37df3c67
Commit
37df3c67
authored
May 16, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'youhua-dev' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into youhua-dev
parents
c6f8f1bf
0e308315
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHPreviewFamilyMemberViewController.swift
...oList(个人信息预览)/C/YHPreviewFamilyMemberViewController.swift
+1
-1
YHMySettingViewController.swift
...lasses/Modules/Mine(我的)/C/YHMySettingViewController.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/C/YHPreviewFamilyMemberViewController.swift
View file @
37df3c67
...
...
@@ -274,7 +274,7 @@ private extension YHPreviewFamilyMemberViewController {
}
self
.
layouButtons
()
//延迟刷新
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
())
{
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
)
{
self
.
highlightButton
()
self
.
homeTableView
.
reloadData
()
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMySettingViewController.swift
View file @
37df3c67
...
...
@@ -51,8 +51,8 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"用户条款"
.
local
,
type
:
.
userItems
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"设备相关"
.
local
,
type
:
.
deviceInfo
),
PersonalModuleItem
(
title
:
"版本
\(
UIDevice
.
appVersion
()
)
"
,
isShowRedPoint
:
isShowVersionRedPoint
,
type
:
.
version
),
]
...
...
@@ -60,16 +60,16 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"用户条款"
.
local
,
type
:
.
userItems
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"设备相关"
.
local
,
type
:
.
deviceInfo
),
PersonalModuleItem
(
title
:
"版本
\(
UIDevice
.
appVersion
()
)
"
,
isShowRedPoint
:
isShowVersionRedPoint
,
type
:
.
version
)]
#else
return
[
PersonalModuleItem
(
title
:
"通知设置"
.
local
,
type
:
.
notifySettings
),
PersonalModuleItem
(
title
:
"权限配置"
.
local
,
type
:
.
permissionSettings
),
PersonalModuleItem
(
title
:
"关于我们"
.
local
,
type
:
.
aboutUs
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"用户条款"
.
local
,
type
:
.
userItems
),
PersonalModuleItem
(
title
:
"隐私协议"
.
local
,
type
:
.
privaceAgreement
),
PersonalModuleItem
(
title
:
"版本
\(
UIDevice
.
appVersion
()
)
"
,
isShowRedPoint
:
isShowVersionRedPoint
,
type
:
.
version
)]
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment