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
9948cd98
Commit
9948cd98
authored
Aug 14, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查看大图逻辑
parent
8f20d7d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
YHPictureReviewManager.swift
.../Modules/PictureReview(图片预览)/YHPictureReviewManager.swift
+5
-1
No files found.
galaxy/galaxy/Classes/Modules/PictureReview(图片预览)/YHPictureReviewManager.swift
View file @
9948cd98
...
@@ -38,7 +38,11 @@ extension YHPictureReviewManager {
...
@@ -38,7 +38,11 @@ extension YHPictureReviewManager {
}
}
browser
.
reloadCellAtIndex
=
{
context
in
browser
.
reloadCellAtIndex
=
{
context
in
let
url
=
URL
(
string
:
self
.
arrPics
[
context
.
index
])
if
context
.
index
>=
self
.
arrPics
.
count
{
return
}
let
string
=
self
.
arrPics
[
context
.
index
]
guard
string
.
count
>
0
,
let
url
=
URL
(
string
:
string
)
else
{
return
}
let
browserCell
=
context
.
cell
as?
JXPhotoBrowserImageCell
let
browserCell
=
context
.
cell
as?
JXPhotoBrowserImageCell
browserCell
?
.
index
=
context
.
index
browserCell
?
.
index
=
context
.
index
let
placeholder
=
UIImage
(
named
:
"global_default_image"
)
let
placeholder
=
UIImage
(
named
:
"global_default_image"
)
...
...
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