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
ed4d4524
Commit
ed4d4524
authored
Mar 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改版本号
2、地址位置
parent
cc4086fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
10 deletions
+28
-10
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+2
-2
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+5
-0
YHContactMainItemStatusModel.swift
...lligentService(服务中心)/M/YHContactMainItemStatusModel.swift
+6
-5
YHPreviewViewModel.swift
...ss(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
+15
-3
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
ed4d4524
...
@@ -2411,7 +2411,7 @@
...
@@ -2411,7 +2411,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
""
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
@@ -2453,7 +2453,7 @@
...
@@ -2453,7 +2453,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
""
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
ed4d4524
...
@@ -187,6 +187,11 @@ extension YHInformationPerfectListVC {
...
@@ -187,6 +187,11 @@ extension YHInformationPerfectListVC {
if
success
==
true
{
if
success
==
true
{
let
model
=
self
?
.
serviceCenterMainReqVM
.
allInfoScoreModel
let
model
=
self
?
.
serviceCenterMainReqVM
.
allInfoScoreModel
YHSubmintAllInfoSuccessTipView
.
showCheckView
(
model
:
model
)
{
agree
in
YHSubmintAllInfoSuccessTipView
.
showCheckView
(
model
:
model
)
{
agree
in
//1、刷新当前界面
self
?
.
loadData
()
//2、跳转其他界面
if
agree
==
true
{
if
agree
==
true
{
self
?
.
goScoreVC
()
self
?
.
goScoreVC
()
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/M/YHContactMainItemStatusModel.swift
View file @
ed4d4524
...
@@ -38,12 +38,13 @@ class YHContactMainItemStatusModel {
...
@@ -38,12 +38,13 @@ class YHContactMainItemStatusModel {
struct
YHContactMainItemStatusModel2
:
SmartCodable
{
struct
YHContactMainItemStatusModel2
:
SmartCodable
{
var
fill_info_step
:
Int
=
0
var
fill_info_step
:
Int
=
0
//我的信息 当前第几步
var
supplement_not_submit_num
:
Int
=
0
//资料上传 待上传的数量
var
scheme_position_switch
:
Int
=
0
//方案定位是否开启 0未开启 1开启
var
my_signature
:
Bool
=
false
//是否开启我的签字
var
my_document
:
Bool
=
false
//是否开启我的文书
}
}
struct
YHContactInfoScoreModel
:
SmartCodable
{
struct
YHContactInfoScoreModel
:
SmartCodable
{
var
sum_score
:
String
=
""
var
sum_score
:
String
=
""
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
View file @
ed4d4524
...
@@ -229,8 +229,20 @@ private extension YHPreviewViewModel {
...
@@ -229,8 +229,20 @@ private extension YHPreviewViewModel {
let
tmp4
=
YHPreviewQuestionAndAnswerModel
(
question
:
"用人单位官网:"
,
answer
:
model
.
company_website
.
defaultStringIfEmpty
())
let
tmp4
=
YHPreviewQuestionAndAnswerModel
(
question
:
"用人单位官网:"
,
answer
:
model
.
company_website
.
defaultStringIfEmpty
())
var
title
=
"-"
var
title
=
"-"
if
let
item
=
model
.
location
{
if
let
item
=
model
.
location
{
title
=
item
.
country
+
"-"
+
item
.
details
// title = item.country + "-" + item.details
if
item
.
country
.
contains
(
"中国"
)
{
title
=
"国内 "
if
item
.
area
.
count
>
1
{
title
=
title
+
item
.
area
[
0
]
+
"/"
+
item
.
area
[
1
]
}
}
else
{
title
=
"国外 "
+
item
.
country
+
"-"
+
item
.
foreign
}
}
}
let
tmp5
=
YHPreviewQuestionAndAnswerModel
(
question
:
"工作地点:"
,
answer
:
title
)
let
tmp5
=
YHPreviewQuestionAndAnswerModel
(
question
:
"工作地点:"
,
answer
:
title
)
let
tmp6
=
YHPreviewQuestionAndAnswerModel
(
question
:
"职位:"
,
answer
:
model
.
position
)
let
tmp6
=
YHPreviewQuestionAndAnswerModel
(
question
:
"职位:"
,
answer
:
model
.
position
)
let
tmp7
=
YHPreviewQuestionAndAnswerModel
(
question
:
"入职年月:"
,
answer
:
model
.
entry_time
)
let
tmp7
=
YHPreviewQuestionAndAnswerModel
(
question
:
"入职年月:"
,
answer
:
model
.
entry_time
)
...
@@ -331,7 +343,7 @@ private extension YHPreviewViewModel {
...
@@ -331,7 +343,7 @@ private extension YHPreviewViewModel {
title
=
title
+
item
.
area
[
0
]
+
"/"
+
item
.
area
[
1
]
title
=
title
+
item
.
area
[
0
]
+
"/"
+
item
.
area
[
1
]
}
}
}
else
{
}
else
{
title
=
"国外 "
+
item
.
country
+
item
.
foreign
title
=
"国外 "
+
item
.
country
+
"-"
+
item
.
foreign
}
}
}
else
{
}
else
{
title
=
"--"
title
=
"--"
...
@@ -363,7 +375,7 @@ private extension YHPreviewViewModel {
...
@@ -363,7 +375,7 @@ private extension YHPreviewViewModel {
title
=
title
+
item
.
area
[
0
]
+
"/"
+
item
.
area
[
1
]
title
=
title
+
item
.
area
[
0
]
+
"/"
+
item
.
area
[
1
]
}
}
}
else
{
}
else
{
title
=
"国外 "
+
item
.
country
+
item
.
foreign
title
=
"国外 "
+
item
.
country
+
"-"
+
item
.
foreign
}
}
}
else
{
}
else
{
title
=
"--"
title
=
"--"
...
...
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