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
893fa8a5
Commit
893fa8a5
authored
Mar 07, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 2个字段的展示
parent
9bb84eb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
YHPreviewViewModel.swift
...ss(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
+2
-2
YHAllApiName.swift
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
View file @
893fa8a5
...
...
@@ -414,7 +414,7 @@ private extension YHPreviewViewModel {
let
tmp3
=
YHPreviewQuestionAndAnswerModel
(
question
:
"出生日期:"
,
answer
:
model
.
birthday
)
let
tmp4
=
YHPreviewQuestionAndAnswerModel
(
question
:
"出生城市:"
,
answer
:
model
.
birth_place
)
var
msg
=
YHConstantArrayData
.
getShowNameBy
(
indexStr
:
model
.
sex
,
type
:
.
sex
)
var
msg
=
model
.
sex
//后台 王辉维护这个字段 前端直接展示
let
tmp5
=
YHPreviewQuestionAndAnswerModel
(
question
:
"性别:"
,
answer
:
msg
)
msg
=
model
.
married
//后台 王辉维护这个字段 前端直接展示
...
...
@@ -518,7 +518,7 @@ private extension YHPreviewViewModel {
if
model
.
nationality
!=
"中国-China"
{
//护照及其他旅行证件
var
str
=
YHConstantArrayData
.
getShowNameBy
(
indexStr
:
String
(
model2
.
passport
.
passport_type
),
type
:
.
idType
)
var
str
=
model2
.
passport
.
type
let
tmp8
=
YHPreviewQuestionAndAnswerModel
(
question
:
"证件类别:"
,
answer
:
str
)
str
=
model2
.
passport
.
number
...
...
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
View file @
893fa8a5
...
...
@@ -160,7 +160,7 @@ class YHAllApiName {
//基本资料
static
let
previewBasicInfoApi
=
"infoflow/basics/get_basics"
//主申请人信息
static
let
previewMainApplicationInfoApi
=
"infoflow/order-information/
get
_information"
static
let
previewMainApplicationInfoApi
=
"infoflow/order-information/
preview
_information"
//家庭成员信息
static
let
previewFamilyInfoApi
=
"infoflow/information/family"
//学历/专业资格
...
...
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