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
b58e610d
Commit
b58e610d
authored
Nov 21, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一些体验修改
parent
1e7aeebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
YHOtherInfoFillViewController.swift
...erInformation(其他信息)/C/YHOtherInfoFillViewController.swift
+13
-2
YHOtherMultipleChoiceItemView.swift
...erInformation(其他信息)/V/YHOtherMultipleChoiceItemView.swift
+5
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/OtherInformation(其他信息)/C/YHOtherInfoFillViewController.swift
View file @
b58e610d
...
@@ -234,10 +234,21 @@ extension YHOtherInfoFillViewController {
...
@@ -234,10 +234,21 @@ extension YHOtherInfoFillViewController {
if
!
model
.
language_detail_new_data
.
isEmpty
{
if
!
model
.
language_detail_new_data
.
isEmpty
{
var
mutilFlag
:
Bool
=
false
var
mutilFlag
:
Bool
=
false
var
singleFlag
:
Bool
=
false
for
(
_
,
item
)
in
model
.
language_detail_new_data
.
enumerated
()
{
for
(
_
,
item
)
in
model
.
language_detail_new_data
.
enumerated
()
{
mutilFlag
=
item
.
select
||
mutilFlag
mutilFlag
=
item
.
select
||
mutilFlag
if
mutilFlag
{
}
if
!
mutilFlag
{
return
false
}
for
(
_
,
item
)
in
model
.
language_detail_new_data
.
enumerated
()
{
if
item
.
select
{
if
item
.
id
==
3
,
item
.
other_instructions
.
isEmpty
{
return
false
}
var
singleFlag
:
Bool
=
false
for
(
_
,
iitem
)
in
item
.
options
.
enumerated
()
{
for
(
_
,
iitem
)
in
item
.
options
.
enumerated
()
{
singleFlag
=
singleFlag
||
iitem
.
select
singleFlag
=
singleFlag
||
iitem
.
select
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/OtherInformation(其他信息)/V/YHOtherMultipleChoiceItemView.swift
View file @
b58e610d
...
@@ -119,6 +119,11 @@ extension YHOtherMultipleChoiceItemView {
...
@@ -119,6 +119,11 @@ extension YHOtherMultipleChoiceItemView {
model
.
select
=
!
model
.
select
model
.
select
=
!
model
.
select
isSelected
=
model
.
select
isSelected
=
model
.
select
if
!
isSelected
{
for
(
_
,
ttt
)
in
model
.
options
.
enumerated
()
{
ttt
.
select
=
false
}
}
self
.
block
?(
model
)
self
.
block
?(
model
)
}
}
}
}
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