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
26b03d7b
Commit
26b03d7b
authored
Aug 21, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
a02324c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
YHVisaPaymentListModel.swift
...(办证段)/VisaPayment(4电子签字缴费)/M/YHVisaPaymentListModel.swift
+0
-3
YHPayMemberItemsView.swift
...te(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberItemsView.swift
+0
-5
YHPayMembersCell.swift
...ficate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMembersCell.swift
+2
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/VisaPayment(4电子签字缴费)/M/YHVisaPaymentListModel.swift
View file @
26b03d7b
...
...
@@ -16,8 +16,6 @@ class YHVisaPaymentListModel: SmartCodable {
}
}
class
YHVisaPaymentModel
:
SmartCodable
{
var
id
:
Int
=
-
1
//
var
type
:
String
=
""
//用户类型
...
...
@@ -38,5 +36,4 @@ class YHVisaPaymentModel : SmartCodable {
required
init
()
{
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberItemsView.swift
View file @
26b03d7b
...
...
@@ -90,10 +90,5 @@ extension YHPayMemberItemsView {
make
.
height
.
equalTo
(
1
)
make
.
bottom
.
equalToSuperview
()
}
// if type == 3 {
// lineView.isHidden = true
// } else {
// lineView.isHidden = false
// }
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMembersCell.swift
View file @
26b03d7b
...
...
@@ -124,7 +124,7 @@ private extension YHPayMembersCell {
func
updataUI
()
{
guard
let
model
=
dataModel
,
model
.
list
.
count
>
0
else
{
return
}
for
(
index
,
item
)
in
arrOtherView
.
enumerated
()
{
for
(
_
,
item
)
in
arrOtherView
.
enumerated
()
{
item
.
removeFromSuperview
()
}
arrOtherView
.
removeAll
()
...
...
@@ -150,13 +150,12 @@ private extension YHPayMembersCell {
fakeView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
lastView
.
snp
.
bottom
)
.
offset
(
kMargin
)
make
.
top
.
equalTo
(
lastView
.
snp
.
bottom
)
make
.
left
.
equalTo
(
kMargin
)
make
.
right
.
equalToSuperview
()
.
offset
(
-
kMargin
)
make
.
height
.
equalTo
(
1
)
make
.
bottom
.
equalToSuperview
()
}
}
}
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