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
9d12025f
Commit
9d12025f
authored
Jul 02, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 首页 bug
parent
6668d6a7
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
11 deletions
+15
-11
YHActivityTwoItemView.swift
.../Community(社区)/Activity(活动)/V/YHActivityTwoItemView.swift
+2
-3
YHAiRadarAreaView.swift
...galaxy/Classes/Modules/Home(首页)/V/YHAiRadarAreaView.swift
+3
-2
YHHomeSalonAreaView.swift
...laxy/Classes/Modules/Home(首页)/V/YHHomeSalonAreaView.swift
+1
-1
YHOrderTipsItemView.swift
...laxy/Classes/Modules/Home(首页)/V/YHOrderTipsItemView.swift
+5
-1
YHOrderTipsView.swift
...y/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsView.swift
+2
-2
Contents.json
...ssets.xcassets/Home/home_radar_bkg.imageset/Contents.json
+2
-2
Group 2033194990@2x.png
...sets/Home/home_radar_bkg.imageset/Group 2033194990@2x.png
+0
-0
Group 2033194990@3x.png
...sets/Home/home_radar_bkg.imageset/Group 2033194990@3x.png
+0
-0
渐变背景色@2x.png
...Assets.xcassets/Home/home_radar_bkg.imageset/渐变背景色@2x.png
+0
-0
渐变背景色@3x.png
...Assets.xcassets/Home/home_radar_bkg.imageset/渐变背景色@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHActivityTwoItemView.swift
View file @
9d12025f
...
@@ -25,7 +25,7 @@ class YHActivityTwoItemView: UIView {
...
@@ -25,7 +25,7 @@ class YHActivityTwoItemView: UIView {
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
textAlignment
=
.
left
label
.
textAlignment
=
.
left
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
text
=
"
您的姓名
"
label
.
text
=
""
// label.numberOfLines = 0
// label.numberOfLines = 0
return
label
return
label
}()
}()
...
@@ -36,7 +36,7 @@ class YHActivityTwoItemView: UIView {
...
@@ -36,7 +36,7 @@ class YHActivityTwoItemView: UIView {
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textAlignment
=
.
right
label
.
textAlignment
=
.
right
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
text
=
"
侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊侯林俊
"
label
.
text
=
""
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
return
label
return
label
}()
}()
...
@@ -65,7 +65,6 @@ extension YHActivityTwoItemView {
...
@@ -65,7 +65,6 @@ extension YHActivityTwoItemView {
make
.
left
.
equalTo
(
titleLable
.
snp
.
right
)
.
offset
(
20
)
make
.
left
.
equalTo
(
titleLable
.
snp
.
right
)
.
offset
(
20
)
make
.
right
.
equalToSuperview
()
make
.
right
.
equalToSuperview
()
make
.
bottom
.
equalToSuperview
()
make
.
bottom
.
equalToSuperview
()
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHAiRadarAreaView.swift
View file @
9d12025f
...
@@ -29,6 +29,7 @@ class YHAiRadarAreaView: UIView {
...
@@ -29,6 +29,7 @@ class YHAiRadarAreaView: UIView {
let
imgV
:
UIImageView
=
UIImageView
()
let
imgV
:
UIImageView
=
UIImageView
()
imgV
.
contentMode
=
.
scaleAspectFill
imgV
.
contentMode
=
.
scaleAspectFill
imgV
.
image
=
UIImage
(
named
:
"home_radar_bkg"
)
imgV
.
image
=
UIImage
(
named
:
"home_radar_bkg"
)
imgV
.
clipsToBounds
=
true
return
imgV
return
imgV
}()
}()
...
@@ -36,8 +37,8 @@ class YHAiRadarAreaView: UIView {
...
@@ -36,8 +37,8 @@ class YHAiRadarAreaView: UIView {
lazy
var
lable1
:
UILabel
=
{
lazy
var
lable1
:
UILabel
=
{
let
lable
:
UILabel
=
UILabel
()
let
lable
:
UILabel
=
UILabel
()
lable
.
text
=
"AI人脉雷达"
lable
.
text
=
"AI人脉雷达"
lable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
1
6
)
lable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
1
7
)
lable
.
textColor
=
UIColor
.
brandMain
Color
lable
.
textColor
=
UIColor
.
mainText
Color
return
lable
return
lable
}()
}()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeSalonAreaView.swift
View file @
9d12025f
...
@@ -57,7 +57,7 @@ class YHHomeSalonAreaView: UIView {
...
@@ -57,7 +57,7 @@ class YHHomeSalonAreaView: UIView {
lable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
lable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
lable
.
textColor
=
UIColor
.
mainTextColor
lable
.
textColor
=
UIColor
.
mainTextColor
lable
.
textAlignment
=
.
center
lable
.
textAlignment
=
.
center
lable
.
layer
.
borderColor
=
UIColor
.
mainTextColor
30
.
cgColor
lable
.
layer
.
borderColor
=
UIColor
.
mainTextColor
18
.
cgColor
lable
.
layer
.
borderWidth
=
1
lable
.
layer
.
borderWidth
=
1
return
lable
return
lable
}()
}()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsItemView.swift
View file @
9d12025f
...
@@ -165,7 +165,11 @@ extension YHOrderTipsItemView {
...
@@ -165,7 +165,11 @@ extension YHOrderTipsItemView {
let
tap
=
UITapGestureRecognizer
(
target
:
self
,
action
:
#selector(
tapButton(gestureRecognizer:)
)
)
let
tap
=
UITapGestureRecognizer
(
target
:
self
,
action
:
#selector(
tapButton(gestureRecognizer:)
)
)
self
.
addGestureRecognizer
(
tap
)
self
.
addGestureRecognizer
(
tap
)
backgroundColor
=
UIColor
.
white
backgroundColor
=
UIColor
(
hex
:
0xffffff
,
alpha
:
0.65
)
layer
.
borderWidth
=
0.5
layer
.
borderColor
=
UIColor
.
white
.
cgColor
addSubview
(
lableMyOrder
)
addSubview
(
lableMyOrder
)
lableMyOrder
.
snp
.
makeConstraints
{
make
in
lableMyOrder
.
snp
.
makeConstraints
{
make
in
make
.
centerY
.
equalToSuperview
()
make
.
centerY
.
equalToSuperview
()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsView.swift
View file @
9d12025f
...
@@ -92,13 +92,13 @@ class YHOrderTipsView: UIView {
...
@@ -92,13 +92,13 @@ class YHOrderTipsView: UIView {
firstItem
.
snp
.
makeConstraints
{
make
in
firstItem
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
lableName
.
snp
.
bottom
)
.
offset
(
20
)
make
.
top
.
equalTo
(
lableName
.
snp
.
bottom
)
.
offset
(
20
)
make
.
left
.
equalTo
(
kMargin
)
make
.
left
.
equalTo
(
kMargin
)
make
.
right
.
equalTo
(
-
kMargin
)
make
.
right
.
equalTo
(
-
20
)
make
.
height
.
equalTo
(
YHOrderTipsItemView
.
viewH
)
make
.
height
.
equalTo
(
YHOrderTipsItemView
.
viewH
)
}
}
secondItem
.
snp
.
makeConstraints
{
make
in
secondItem
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
firstItem
.
snp
.
bottom
)
.
offset
(
12
)
make
.
top
.
equalTo
(
firstItem
.
snp
.
bottom
)
.
offset
(
12
)
make
.
left
.
equalTo
(
kMargin
)
make
.
left
.
equalTo
(
kMargin
)
make
.
right
.
equalTo
(
-
kMargin
)
make
.
right
.
equalTo
(
-
20
)
make
.
height
.
equalTo
(
YHOrderTipsItemView
.
viewH
)
make
.
height
.
equalTo
(
YHOrderTipsItemView
.
viewH
)
}
}
}
else
if
arr
.
count
==
1
{
}
else
if
arr
.
count
==
1
{
...
...
galaxy/galaxy/Res/Assets.xcassets/Home/home_radar_bkg.imageset/Contents.json
View file @
9d12025f
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
"scale"
:
"1x"
},
},
{
{
"filename"
:
"
渐变背景色
@2x.png"
,
"filename"
:
"
Group 2033194990
@2x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
"scale"
:
"2x"
},
},
{
{
"filename"
:
"
渐变背景色
@3x.png"
,
"filename"
:
"
Group 2033194990
@3x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
"scale"
:
"3x"
}
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Home/home_radar_bkg.imageset/Group 2033194990@2x.png
0 → 100644
View file @
9d12025f
28.1 KB
galaxy/galaxy/Res/Assets.xcassets/Home/home_radar_bkg.imageset/Group 2033194990@3x.png
0 → 100644
View file @
9d12025f
55.1 KB
galaxy/galaxy/Res/Assets.xcassets/Home/home_radar_bkg.imageset/渐变背景色@2x.png
deleted
100644 → 0
View file @
6668d6a7
982 Bytes
galaxy/galaxy/Res/Assets.xcassets/Home/home_radar_bkg.imageset/渐变背景色@3x.png
deleted
100644 → 0
View file @
6668d6a7
1.72 KB
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