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
c9af43e1
Commit
c9af43e1
authored
Jul 02, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '630-dev' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into 630-dev
parents
b48f3846
be2045d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
YHMatchUserViewController.swift
...s/Modules/Community(社区)/C/YHMatchUserViewController.swift
+4
-1
Group 2033195119@2x.png
...ople/people_no_friend_bg.imageset/Group 2033195119@2x.png
+0
-0
Group 2033195119@3x.png
...ople/people_no_friend_bg.imageset/Group 2033195119@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHMatchUserViewController.swift
View file @
c9af43e1
...
@@ -14,6 +14,7 @@ class YHMatchUserViewController: YHBaseViewController {
...
@@ -14,6 +14,7 @@ class YHMatchUserViewController: YHBaseViewController {
let
viewModel
=
YHMatchUserViewModel
()
let
viewModel
=
YHMatchUserViewModel
()
var
informationAuthorizeViewModel
:
YHInformationAuthorizeViewModel
=
YHInformationAuthorizeViewModel
()
var
informationAuthorizeViewModel
:
YHInformationAuthorizeViewModel
=
YHInformationAuthorizeViewModel
()
var
needToMatch
:
Bool
=
false
var
needToMatch
:
Bool
=
false
var
isStartMatch
:
Bool
=
false
lazy
var
topLabel
:
UILabel
=
{
lazy
var
topLabel
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
...
@@ -101,7 +102,7 @@ class YHMatchUserViewController: YHBaseViewController {
...
@@ -101,7 +102,7 @@ class YHMatchUserViewController: YHBaseViewController {
}
else
{
}
else
{
self
.
firstImageView
.
isHidden
=
true
self
.
firstImageView
.
isHidden
=
true
self
.
bottomLabel
.
isHidden
=
true
self
.
bottomLabel
.
isHidden
=
true
self
.
headLottieView
.
isHidden
=
false
self
.
headLottieView
.
isHidden
=
self
.
isStartMatch
?
true
:
false
self
.
launchLottieView
.
isHidden
=
false
self
.
launchLottieView
.
isHidden
=
false
self
.
rotateLottieView
.
isHidden
=
true
self
.
rotateLottieView
.
isHidden
=
true
self
.
bottomBtn
.
setTitle
(
"AI人脉雷达匹配"
,
for
:
.
normal
)
self
.
bottomBtn
.
setTitle
(
"AI人脉雷达匹配"
,
for
:
.
normal
)
...
@@ -217,6 +218,7 @@ class YHMatchUserViewController: YHBaseViewController {
...
@@ -217,6 +218,7 @@ class YHMatchUserViewController: YHBaseViewController {
}
}
func
resetAnimation
()
{
func
resetAnimation
()
{
self
.
isStartMatch
=
false
self
.
launchLottieView
.
stop
()
self
.
launchLottieView
.
stop
()
self
.
rotateLottieView
.
stop
()
self
.
rotateLottieView
.
stop
()
self
.
headLottieView
.
isHidden
=
false
self
.
headLottieView
.
isHidden
=
false
...
@@ -237,6 +239,7 @@ extension YHMatchUserViewController: JXSegmentedListContainerViewListDelegate {
...
@@ -237,6 +239,7 @@ extension YHMatchUserViewController: JXSegmentedListContainerViewListDelegate {
extension
YHMatchUserViewController
:
YHMatchProtocol
{
extension
YHMatchUserViewController
:
YHMatchProtocol
{
func
startMatchUsers
()
{
func
startMatchUsers
()
{
self
.
isStartMatch
=
true
self
.
bottomBtn
.
isHidden
=
true
self
.
bottomBtn
.
isHidden
=
true
self
.
headLottieView
.
isHidden
=
true
self
.
headLottieView
.
isHidden
=
true
self
.
launchLottieView
.
isHidden
=
false
self
.
launchLottieView
.
isHidden
=
false
...
...
galaxy/galaxy/Res/Assets.xcassets/People/people_no_friend_bg.imageset/Group 2033195119@2x.png
View replaced file @
b48f3846
View file @
c9af43e1
4.17 KB
|
W:
|
H:
4.86 KB
|
W:
|
H:
2-up
Swipe
Onion skin
galaxy/galaxy/Res/Assets.xcassets/People/people_no_friend_bg.imageset/Group 2033195119@3x.png
View replaced file @
b48f3846
View file @
c9af43e1
6.2 KB
|
W:
|
H:
7.18 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