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
13a8852b
Commit
13a8852b
authored
Jul 11, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、替换真机的包
2、处理首页星星的问题
parent
e955ef8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
ATAuthSDK_D
...toLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK_D
+0
-0
ATAuthSDK_D0
...oLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK_D0
+0
-0
YHHomeCollectionViewCell.swift
...Classes/Modules/Home(首页)/V/YHHomeCollectionViewCell.swift
+4
-1
No files found.
galaxy/galaxy/Classes/Modules/AutoLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK_D
View file @
13a8852b
No preview for this file type
galaxy/galaxy/Classes/Modules/AutoLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK_D0
View file @
13a8852b
No preview for this file type
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeCollectionViewCell.swift
View file @
13a8852b
...
...
@@ -249,12 +249,15 @@ extension YHHomeCollectionViewCell {
guard
let
self
=
self
else
{
return
}
if
success
{
listModel
.
is_like
=
true
listModel
.
like_count
=
listModel
.
like_count
+
1
self
.
numLable
.
text
=
listModel
.
like_count
.
string
self
.
heartImageViewBtn
.
setImage
(
UIImage
(
named
:
""
),
for
:
.
selected
)
self
.
heartImageViewBtn
.
setImage
(
UIImage
(
named
:
""
),
for
:
.
normal
)
self
.
animationView
.
isHidden
=
false
self
.
animationView
.
loopMode
=
.
playOnce
self
.
updataSubViews
()
//
self.updataSubViews()
self
.
animationView
.
play
{[
weak
self
]
completed
in
guard
let
self
=
self
else
{
return
}
self
.
animationView
.
isHidden
=
true
...
...
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