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
bbbb97f9
Commit
bbbb97f9
authored
Oct 16, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 证件修改
parent
c1521831
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
13 deletions
+10
-13
YHResignCertificateDetailHkViewController.swift
...续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
+3
-7
YHResignCertificateDetailPassPortViewController.swift
...)/C/YHResignCertificateDetailPassPortViewController.swift
+1
-6
YHResignCertificateHKTableViewCell.swift
...Manage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
+6
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
View file @
bbbb97f9
...
@@ -93,7 +93,8 @@ class YHResignCertificateDetailHkViewController: YHBaseViewController {
...
@@ -93,7 +93,8 @@ class YHResignCertificateDetailHkViewController: YHBaseViewController {
make
.
top
.
equalTo
(
8
)
make
.
top
.
equalTo
(
8
)
make
.
height
.
equalTo
(
48
)
make
.
height
.
equalTo
(
48
)
}
}
loadDetailInfo
()
reuqestCertificateDetail
()
}
}
func
getTextWithType
(
type
:
Int
,
date
:
String
)
->
ASAttributedString
{
func
getTextWithType
(
type
:
Int
,
date
:
String
)
->
ASAttributedString
{
...
@@ -180,11 +181,6 @@ class YHResignCertificateDetailHkViewController: YHBaseViewController {
...
@@ -180,11 +181,6 @@ class YHResignCertificateDetailHkViewController: YHBaseViewController {
return
true
return
true
}
}
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
reuqestCertificateDetail
()
}
func
reuqestCertificateDetail
()
{
func
reuqestCertificateDetail
()
{
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
self
.
viewModel
.
getCertificateDetail
(
self
.
cerId
)
{
self
.
viewModel
.
getCertificateDetail
(
self
.
cerId
)
{
...
@@ -359,7 +355,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
...
@@ -359,7 +355,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
tatol
=
tatol
+
20
tatol
=
tatol
+
20
}
}
}
}
return
CGFloat
(
6
46
+
tatol
)
return
CGFloat
(
6
70
+
tatol
)
}
}
}
}
return
UITableView
.
automaticDimension
return
UITableView
.
automaticDimension
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailPassPortViewController.swift
View file @
bbbb97f9
...
@@ -93,7 +93,7 @@ class YHResignCertificateDetailPassPortViewController: YHBaseViewController {
...
@@ -93,7 +93,7 @@ class YHResignCertificateDetailPassPortViewController: YHBaseViewController {
make
.
top
.
equalTo
(
8
)
make
.
top
.
equalTo
(
8
)
make
.
height
.
equalTo
(
48
)
make
.
height
.
equalTo
(
48
)
}
}
loadDetailInfo
()
reuqestCertificateDetail
()
}
}
func
getTextWithType
(
type
:
Int
,
date
:
String
)
->
ASAttributedString
{
func
getTextWithType
(
type
:
Int
,
date
:
String
)
->
ASAttributedString
{
...
@@ -164,11 +164,6 @@ class YHResignCertificateDetailPassPortViewController: YHBaseViewController {
...
@@ -164,11 +164,6 @@ class YHResignCertificateDetailPassPortViewController: YHBaseViewController {
return
true
return
true
}
}
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
reuqestCertificateDetail
()
}
func
reuqestCertificateDetail
()
{
func
reuqestCertificateDetail
()
{
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
self
.
viewModel
.
getCertificateDetail
(
self
.
cerId
)
{
self
.
viewModel
.
getCertificateDetail
(
self
.
cerId
)
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
View file @
bbbb97f9
...
@@ -70,6 +70,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
...
@@ -70,6 +70,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
var
urls
:
[
String
]?
{
var
urls
:
[
String
]?
{
didSet
{
didSet
{
guard
let
firstUrl
=
urls
?
.
first
,
firstUrl
.
count
!=
0
else
{
guard
let
firstUrl
=
urls
?
.
first
,
firstUrl
.
count
!=
0
else
{
cerInfoLabel
.
isHidden
=
true
cerNumberView
.
isHidden
=
true
cerSignPlaceView
.
isHidden
=
true
cardLabel
.
isHidden
=
true
cardLabel
.
isHidden
=
true
signLabel
.
isHidden
=
true
signLabel
.
isHidden
=
true
cardBeginView
.
isHidden
=
true
cardBeginView
.
isHidden
=
true
...
@@ -78,6 +81,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
...
@@ -78,6 +81,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
signEndView
.
isHidden
=
true
signEndView
.
isHidden
=
true
return
return
}
}
cerInfoLabel
.
isHidden
=
false
cerNumberView
.
isHidden
=
false
cerSignPlaceView
.
isHidden
=
false
cardLabel
.
isHidden
=
false
cardLabel
.
isHidden
=
false
signLabel
.
isHidden
=
false
signLabel
.
isHidden
=
false
cardBeginView
.
isHidden
=
false
cardBeginView
.
isHidden
=
false
...
...
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