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
7350296a
Commit
7350296a
authored
Aug 23, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除测试代码
parent
f3c7eb11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
YHPayMemberContentItems.swift
...办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItems.swift
+8
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+4
-14
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItems.swift
View file @
7350296a
...
@@ -90,7 +90,14 @@ extension YHPayMemberContentItems {
...
@@ -90,7 +90,14 @@ extension YHPayMemberContentItems {
make
.
top
.
equalTo
(
lastView
.
snp
.
bottom
)
.
offset
(
kMargin
)
make
.
top
.
equalTo
(
lastView
.
snp
.
bottom
)
.
offset
(
kMargin
)
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
}
}
item
.
updateUI
(
title
:
"可缴费时间段:"
,
detail
:
"
\(
model
.
min_pay_time
)
-
\(
model
.
max_pay_time
)
"
,
showBtn
:
false
)
if
model
.
min_pay_time
.
isYHEmpty
()
{
item
.
updateUI
(
title
:
"可缴费时间段:"
,
detail
:
"
\(
model
.
max_pay_time
)
前"
,
showBtn
:
false
)
}
else
{
item
.
updateUI
(
title
:
"可缴费时间段:"
,
detail
:
"
\(
model
.
min_pay_time
)
-
\(
model
.
max_pay_time
)
"
,
showBtn
:
false
)
}
lastView
=
item
lastView
=
item
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
7350296a
...
@@ -346,20 +346,10 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -346,20 +346,10 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return
return
}
}
// let vc = YHCertificateAppointViewController()
// if true {
// vc.orderId = 151085
// // test dy
// self.navigationController?.pushViewController(vc)
//// if let orderID = UserDefaults.standard.value(forKey: "orderIdForPreview") as? Int {
// return
//// let vc = YHFamilyInfoConfirmViewController()
//// vc.orderId = orderID
//// self.navigationController?.pushViewController(vc)
//// }
//
let
vc
=
YHCertificateAppointViewController
()
vc
.
orderId
=
151085
self
.
navigationController
?
.
pushViewController
(
vc
)
return
// }
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
switch
item
.
type
{
switch
item
.
type
{
...
...
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