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
f84558cc
Commit
f84558cc
authored
Aug 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 赴港
parent
810fedf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
YHHKMemberModel.swift
...办证段)/AppointCertificate(3 赴港办证预约)/M/YHHKMemberModel.swift
+1
-3
YHSelectApplicantCell.swift
...ppointCertificate(3 赴港办证预约)/V/YHSelectApplicantCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/M/YHHKMemberModel.swift
View file @
f84558cc
...
...
@@ -34,9 +34,7 @@ class YHHKMemberModel: SmartCodable, NSCopying {
var
approvalDate
:
String
=
""
// 自定义
var
isSelect
:
Bool
=
false
var
isSelectedFlag
:
Bool
=
false
//本地使用
var
isSelected
:
Bool
=
false
//本地使用
enum
CodingKeys
:
String
,
CodingKey
{
case
id
=
"id"
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHSelectApplicantCell.swift
View file @
f84558cc
...
...
@@ -52,7 +52,7 @@ class YHSelectApplicantCell: UICollectionViewCell {
func
updateApplicantInfo
(
_
applicant
:
YHHKMemberModel
)
{
nameLabel
.
text
=
applicant
.
name
let
imgName
=
applicant
.
isSelected
Flag
?
"login_privacy_agree"
:
"login_privacy_disagree_glay"
let
imgName
=
applicant
.
isSelected
?
"login_privacy_agree"
:
"login_privacy_disagree_glay"
selectImgView
.
image
=
UIImage
(
named
:
imgName
)
}
}
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