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
c84326a0
Commit
c84326a0
authored
Jul 02, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '630-dev'
* 630-dev: 修改版本号 取消 Ai 动画 修改版本号 0.9.0.11
parents
0575448e
722d4db1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
13 deletions
+30
-13
Fastfile
galaxy/fastlane/Fastfile
+2
-2
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+3
-3
YHMatchUserViewController.swift
...s/Modules/Community(社区)/C/YHMatchUserViewController.swift
+25
-8
No files found.
galaxy/fastlane/Fastfile
View file @
c84326a0
...
...
@@ -82,9 +82,9 @@ platform :ios do
# 拉取最新代码
sh "git pull origin #{myPack_branch}"
# 显示git当前分支最新submit id
sh "git rev-parse HEAD"
#
sh "git rev-parse HEAD"
# 更新pod第三方库
cocoapods(use_bundle_exec: true)
#
cocoapods(use_bundle_exec: true)
gym(
workspace: 'galaxy.xcworkspace',
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
c84326a0
...
...
@@ -3740,7 +3740,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyTestEnv.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
0
;
CURRENT_PROJECT_VERSION
=
1
2
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -3944,7 +3944,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyDebug.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
0
;
CURRENT_PROJECT_VERSION
=
1
2
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -3990,7 +3990,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
0
;
CURRENT_PROJECT_VERSION
=
1
2
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHMatchUserViewController.swift
View file @
c84326a0
...
...
@@ -281,11 +281,24 @@ extension YHMatchUserViewController: YHMatchProtocol {
self
.
launchLottieView
.
isHidden
=
true
self
.
rotateLottieView
.
isHidden
=
false
self
.
rotateLottieView
.
loopMode
=
.
loop
self
.
rotateLottieView
.
play
()
DispatchQueue
.
global
()
.
asyncAfter
(
deadline
:
.
now
()
+
2.0
,
execute
:
{
self
.
requestMatchUserList
()
})
self
.
rotateLottieView
.
play
{
[
weak
self
]
completed
in
if
completed
{
print
(
"yyyyyyyyy"
)
}
else
{
print
(
"nnnnnnnnnn"
)
self
?
.
isStartMatch
=
false
self
?
.
resetAnimation
()
}
}
}
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
2.0
,
execute
:
{
if
self
.
isStartMatch
{
self
.
requestMatchUserList
()
}
else
{
self
.
resetAnimation
()
}
})
}
}
...
...
@@ -297,10 +310,14 @@ extension YHMatchUserViewController {
let
vc
=
YHMatchResultListViewController
()
vc
.
delegate
=
self
vc
.
matchUsersArr
=
self
.
viewModel
.
matchUserArr
self
.
navigationController
?
.
pushViewController
(
vc
,
completion
:
{
self
.
resetAnimation
()
})
self
.
resetAnimation
()
if
let
curVc
=
UIViewController
.
current
as?
YHCommunityViewController
,
curVc
.
segmentedView
.
selectedIndex
==
0
{
curVc
.
navigationController
?
.
pushViewController
(
vc
,
completion
:
{
})
}
else
{
printLog
(
"hhhhhhhhhhhhhhhhhhhhhhhh"
)
}
}
else
{
var
msg
=
"匹配失败"
if
let
errorMsg
=
error
?
.
errorMsg
,
!
errorMsg
.
isEmpty
{
...
...
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