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
d31f41c5
Commit
d31f41c5
authored
May 10, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'youhua-dev' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into youhua-dev
parents
321a8184
febc4947
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
6 deletions
+6
-6
YHHomeHeadView.swift
...xy/galaxy/Classes/Modules/Home(首页)/V/YHHomeHeadView.swift
+1
-1
YHHomeKingKongBlockView.swift
.../Classes/Modules/Home(首页)/V/YHHomeKingKongBlockView.swift
+1
-1
YHDatePickView.swift
...)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
+1
-1
YHWorkIntroductionViewController.swift
...Experience(工作经验)/C/YHWorkIntroductionViewController.swift
+1
-1
Contents.json
...sets.xcassets/global_default_image.imageset/Contents.json
+2
-2
Mask group@2x.png
....xcassets/global_default_image.imageset/Mask group@2x.png
+0
-0
品牌logo@2x.png
...sets.xcassets/global_default_image.imageset/品牌logo@2x.png
+0
-0
品牌logo@3x.png
...sets.xcassets/global_default_image.imageset/品牌logo@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeHeadView.swift
View file @
d31f41c5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
import
UIKit
import
UIKit
class
YHHomeHeadView
:
UIView
{
class
YHHomeHeadView
:
UIView
{
static
let
viewH
:
CGFloat
=
(
20
+
YHHomeBannerView
.
viewH
)
+
(
20
+
YHHkLifeAndIdView
.
viewH
)
+
(
20
+
YHHomeKingKongBlockView
.
viewH
)
+
2
1
+
21
static
let
viewH
:
CGFloat
=
(
20
+
YHHomeBannerView
.
viewH
)
+
(
20
+
YHHkLifeAndIdView
.
viewH
)
+
(
20
+
YHHomeKingKongBlockView
.
viewH
)
+
2
0
+
20
override
init
(
frame
:
CGRect
)
{
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
super
.
init
(
frame
:
frame
)
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeKingKongBlockView.swift
View file @
d31f41c5
...
@@ -29,7 +29,7 @@ class YHHomeKingKongBlockView: UIView {
...
@@ -29,7 +29,7 @@ class YHHomeKingKongBlockView: UIView {
private
extension
YHHomeKingKongBlockView
{
private
extension
YHHomeKingKongBlockView
{
func
initView
()
{
func
initView
()
{
let
itemGap
:
CGFloat
=
(
KScreenWidth
-
16.0
*
2
-
YHHomeKingKongBlockView
.
viewH
*
4
)
/
3.0
let
itemGap
:
CGFloat
=
(
KScreenWidth
-
20.0
*
2
-
YHHomeKingKongBlockView
.
viewH
*
4.0
)
/
3.0
var
offsetX
:
CGFloat
=
0
var
offsetX
:
CGFloat
=
0
for
(
index
,
item
)
in
arrData
.
enumerated
()
{
for
(
index
,
item
)
in
arrData
.
enumerated
()
{
let
view
=
YHHomeKingKongBlockItem
()
let
view
=
YHHomeKingKongBlockItem
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
View file @
d31f41c5
...
@@ -324,7 +324,7 @@ extension YHDatePickView: UIPickerViewDelegate,UIPickerViewDataSource {
...
@@ -324,7 +324,7 @@ extension YHDatePickView: UIPickerViewDelegate,UIPickerViewDataSource {
pickerView
.
reloadComponent
(
1
)
pickerView
.
reloadComponent
(
1
)
}
}
if
component
==
0
,
lastIsTaday
{
if
component
==
0
,
lastIsTaday
,
self
.
type
!=
.
yyyy
{
pickerView
.
reloadComponent
(
1
)
pickerView
.
reloadComponent
(
1
)
if
self
.
type
==
.
yyyymmdd
{
if
self
.
type
==
.
yyyymmdd
{
pickerView
.
reloadComponent
(
2
)
pickerView
.
reloadComponent
(
2
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkIntroductionViewController.swift
View file @
d31f41c5
...
@@ -312,7 +312,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
...
@@ -312,7 +312,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
@objc
func
endClick
()
{
@objc
func
endClick
()
{
view
.
endEditing
(
true
)
view
.
endEditing
(
true
)
YHDatePickView
.
show
(
type
:
.
yyyymmdd
,
title
:
"请选择结束时间"
)
{
date
in
YHDatePickView
.
show
(
type
:
.
yyyymmdd
,
title
:
"请选择结束时间"
,
lastIsTaday
:
true
)
{
date
in
if
date
<
self
.
dataSource
.
project_start_time
??
""
{
if
date
<
self
.
dataSource
.
project_start_time
??
""
{
YHHUD
.
flash
(
message
:
"结束时间不能早于开始时间"
)
YHHUD
.
flash
(
message
:
"结束时间不能早于开始时间"
)
}
else
{
}
else
{
...
...
galaxy/galaxy/Res/Assets.xcassets/global_default_image.imageset/Contents.json
View file @
d31f41c5
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
"scale"
:
"1x"
},
},
{
{
"filename"
:
"
Mask group
@2x.png"
,
"filename"
:
"
品牌logo
@2x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
"scale"
:
"2x"
},
},
{
{
"filename"
:
"
Mask group
@3x.png"
,
"filename"
:
"
品牌logo
@3x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
"scale"
:
"3x"
}
}
...
...
galaxy/galaxy/Res/Assets.xcassets/global_default_image.imageset/Mask group@2x.png
deleted
100644 → 0
View file @
321a8184
4.49 KB
galaxy/galaxy/Res/Assets.xcassets/global_default_image.imageset/品牌logo@2x.png
0 → 100644
View file @
d31f41c5
5.06 KB
galaxy/galaxy/Res/Assets.xcassets/global_default_image.imageset/
Mask group
@3x.png
→
galaxy/galaxy/Res/Assets.xcassets/global_default_image.imageset/
品牌logo
@3x.png
View replaced file @
321a8184
View file @
d31f41c5
8.06 KB
|
W:
|
H:
8.87 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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