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
2b984c03
Commit
2b984c03
authored
Nov 25, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理2处bug
parent
05b22711
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
YHOtherInfoFillViewModel.swift
.../OtherInformation(其他信息)/VM/YHOtherInfoFillViewModel.swift
+5
-5
YHPreviewViewModel.swift
...的信息流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
+6
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/OtherInformation(其他信息)/VM/YHOtherInfoFillViewModel.swift
View file @
2b984c03
...
@@ -88,7 +88,7 @@ class YHOtherInfoFillViewModel: YHBaseViewModel {
...
@@ -88,7 +88,7 @@ class YHOtherInfoFillViewModel: YHBaseViewModel {
"highlight"
:
""
],
"highlight"
:
""
],
[
"id"
:
4
,
[
"id"
:
4
,
"name"
:
"其他证
件
"
,
"name"
:
"其他证
明
"
,
"select"
:
0
,
"select"
:
0
,
"subname"
:
"(仅可尝试加分,此类文件加分以港府审批为准)"
,
"subname"
:
"(仅可尝试加分,此类文件加分以港府审批为准)"
,
"highlight"
:
""
],
"highlight"
:
""
],
...
@@ -187,15 +187,15 @@ class YHOtherInfoFillViewModel: YHBaseViewModel {
...
@@ -187,15 +187,15 @@ class YHOtherInfoFillViewModel: YHBaseViewModel {
"highlight"
:
""
],
"highlight"
:
""
],
[
"id"
:
4
,
[
"id"
:
4
,
"name"
:
"
其他证件
"
,
"name"
:
"
该语言相关专业学位证 、 毕业证、 学位认证报告
"
,
"select"
:
0
,
"select"
:
0
,
"subname"
:
"
该语言相关专业学位证 、 毕业证、 学位认证报告
"
,
"subname"
:
""
,
"highlight"
:
""
],
"highlight"
:
""
],
[
"id"
:
5
,
[
"id"
:
5
,
"name"
:
"
其他证件
"
,
"name"
:
"
官方语言成绩单
"
,
"select"
:
0
,
"select"
:
0
,
"subname"
:
"
官方语言成绩单
"
,
"subname"
:
""
,
"highlight"
:
""
],
"highlight"
:
""
],
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
View file @
2b984c03
...
@@ -970,13 +970,17 @@ private extension YHPreviewViewModel {
...
@@ -970,13 +970,17 @@ private extension YHPreviewViewModel {
var
findFirstFlag
:
Bool
=
false
var
findFirstFlag
:
Bool
=
false
for
(
i
,
t
)
in
arrCompare
.
enumerated
()
{
for
(
_
,
t
)
in
arrCompare
.
enumerated
()
{
if
t
.
id
==
firstID
{
if
t
.
id
==
firstID
{
firstName
=
t
.
name
+
(
t
.
other_instructions
.
isEmpty
?
""
:
(
"="
+
t
.
other_instructions
))
firstName
=
t
.
name
+
(
t
.
other_instructions
.
isEmpty
?
""
:
(
"="
+
t
.
other_instructions
))
findFirstFlag
=
true
findFirstFlag
=
true
if
t
.
id
==
3
{
firstName
=
firstName
+
"-"
+
item
.
other_instructions
}
var
findSecondFlag
:
Bool
=
false
var
findSecondFlag
:
Bool
=
false
for
(
ii
,
tt
)
in
t
.
options
.
enumerated
()
{
for
(
_
,
tt
)
in
t
.
options
.
enumerated
()
{
if
tt
.
id
==
secondID
{
if
tt
.
id
==
secondID
{
secondName
=
tt
.
name
secondName
=
tt
.
name
findSecondFlag
=
true
findSecondFlag
=
true
...
...
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