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
1f7bb444
Commit
1f7bb444
authored
Mar 06, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改2处bug
2、
parent
fbb5edfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+5
-4
YHSpouseInfoContainerVC.swift
...ember(家庭成员信息表)/C/Spouse(配偶)/YHSpouseInfoContainerVC.swift
+1
-1
YHDatePickView.swift
...)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
+3
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
1f7bb444
...
@@ -364,10 +364,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -364,10 +364,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
private
func
handleJumpLogic
(
tapIndex
:
Int
)
{
private
func
handleJumpLogic
(
tapIndex
:
Int
)
{
//开发模式下 任意跳转
//开发模式下 任意跳转
//
#if DEBUG
#if DEBUG
//
handleJumpLogicDebug(tapIndex: tapIndex)
handleJumpLogicDebug
(
tapIndex
:
tapIndex
)
//
return
return
//
#endif
#endif
//正式环境
//正式环境
handleJumpLogicRelease
(
tapIndex
:
tapIndex
)
handleJumpLogicRelease
(
tapIndex
:
tapIndex
)
}
}
...
@@ -405,6 +405,7 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -405,6 +405,7 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
else
if
tapIndex
==
1
{
}
else
if
tapIndex
==
1
{
//家庭程序信息
//家庭程序信息
let
vc
=
YHFamilyMemberInfoListVC
(
orderId
:
orderId
??
0
)
let
vc
=
YHFamilyMemberInfoListVC
(
orderId
:
orderId
??
0
)
vc
.
orderId
=
orderId
??
0
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
navigationController
?
.
pushViewController
(
vc
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/FamilyMember(家庭成员信息表)/C/Spouse(配偶)/YHSpouseInfoContainerVC.swift
View file @
1f7bb444
...
@@ -207,7 +207,7 @@ extension YHSpouseInfoContainerVC {
...
@@ -207,7 +207,7 @@ extension YHSpouseInfoContainerVC {
guard
let
spouse
=
spouse
else
{
return
}
guard
let
spouse
=
spouse
else
{
return
}
guard
let
info
=
spouse
.
toDictionary
()
else
{
return
}
guard
let
info
=
spouse
.
toDictionary
()
else
{
return
}
let
dict
:[
String
:
Any
]
=
[
"order_id"
:
spouse
.
orderId
,
let
dict
:[
String
:
Any
]
=
[
"order_id"
:
orderId
,
"relation"
:
spouse
.
relation
,
"relation"
:
spouse
.
relation
,
"step"
:
isSubmit
?
currentStep
:
0
,
"step"
:
isSubmit
?
currentStep
:
0
,
"next"
:
isSubmit
,
"next"
:
isSubmit
,
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
View file @
1f7bb444
...
@@ -230,6 +230,9 @@ extension YHDatePickView: UIPickerViewDelegate,UIPickerViewDataSource {
...
@@ -230,6 +230,9 @@ extension YHDatePickView: UIPickerViewDelegate,UIPickerViewDataSource {
return
12
return
12
}
else
{
}
else
{
let
year
:
Int
=
pickerView
.
selectedRow
(
inComponent
:
0
)
+
currentDateCom
.
year
!
let
year
:
Int
=
pickerView
.
selectedRow
(
inComponent
:
0
)
+
currentDateCom
.
year
!
if
type
==
.
yyyy
{
return
0
}
let
month
:
Int
=
pickerView
.
selectedRow
(
inComponent
:
1
)
+
1
let
month
:
Int
=
pickerView
.
selectedRow
(
inComponent
:
1
)
+
1
let
days
:
Int
=
howManyDays
(
inThisYear
:
year
,
withMonth
:
month
)
let
days
:
Int
=
howManyDays
(
inThisYear
:
year
,
withMonth
:
month
)
return
days
return
days
...
...
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