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
e525529a
Commit
e525529a
authored
Sep 24, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书管理tips调整
parent
9c3c3890
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
1 deletion
+30
-1
YHResignDocumentDetailViewController.swift
...ment(续签文书管理)/C/YHResignDocumentDetailViewController.swift
+0
-0
YHResignDocumentType.swift
...gnDocumentManagement(续签文书管理)/M/YHResignDocumentType.swift
+1
-1
YHResignDocumentTipsCell.swift
...cumentManagement(续签文书管理)/V/YHResignDocumentTipsCell.swift
+7
-0
Contents.json
...enter/续签/续签文书管理/tip_list_index_dot.imageset/Contents.json
+22
-0
tip_list_index_dot@2x.png
...书管理/tip_list_index_dot.imageset/tip_list_index_dot@2x.png
+0
-0
tip_list_index_dot@3x.png
...书管理/tip_list_index_dot.imageset/tip_list_index_dot@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/C/YHResignDocumentDetailViewController.swift
View file @
e525529a
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/M/YHResignDocumentType.swift
View file @
e525529a
...
...
@@ -19,7 +19,7 @@ enum YHResignDocumentType: Int {
case
.
powerOfAttorney
:
return
"代理委托书"
case
.
settlementPlan
:
return
"定居计划
书
"
return
"定居计划"
case
.
explanatoryStatement
:
return
"解释说明"
case
.
qmasDoc
:
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/V/YHResignDocumentTipsCell.swift
View file @
e525529a
...
...
@@ -7,6 +7,7 @@
//
import
UIKit
import
AttributedString
class
YHResignDocumentTipsCell
:
YHResignDocumentCell
{
static
let
cellReuseIdentifier
=
"YHResignDocumentTipsCell"
...
...
@@ -54,6 +55,12 @@ class YHResignDocumentTipsCell: YHResignDocumentCell {
infoDetailLabel
.
textColor
=
detailColor
infoDetailLabel
.
attributedText
=
detail
}
func
setupCellASAttributedInfo
(
title
:
String
?,
detail
:
ASAttributedString
?,
detailColor
:
UIColor
=
.
mainTextColor50
)
{
infoTitleLabel
.
text
=
title
infoDetailLabel
.
textColor
=
detailColor
infoDetailLabel
.
attributed
.
text
=
detail
}
}
extension
YHResignDocumentTipsCell
{
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/续签/续签文书管理/tip_list_index_dot.imageset/Contents.json
0 → 100644
View file @
e525529a
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"tip_list_index_dot@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"tip_list_index_dot@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/续签/续签文书管理/tip_list_index_dot.imageset/tip_list_index_dot@2x.png
0 → 100644
View file @
e525529a
187 Bytes
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/续签/续签文书管理/tip_list_index_dot.imageset/tip_list_index_dot@3x.png
0 → 100644
View file @
e525529a
209 Bytes
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