Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyCode
6 years ago
Commit
58454b4b45addf405e653fad654327ddb709bbe6
1 parent
8955d9c1
ios轮播白屏修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
js/haggle/components/cell/ImageSlider.js
js/haggle/components/cell/ImageSlider.js
View file @
58454b4
...
...
@@ -75,7 +75,8 @@ export default class ImageSlider extends React.Component {
loop
=
{
true
}
autoplay
=
{
true
}
autoplayTimeout
=
{
8
}
style
=
{{
width
:
sliderWidth
,
height
:
sliderHeight
}}
width
=
{
sliderWidth
}
height
=
{
sliderHeight
}
paginationStyle
=
{{
backgroundColor
:
'rgba(68, 68, 68, 0.2)'
,
bottom
:
10
,
...
...
@@ -98,7 +99,7 @@ export default class ImageSlider extends React.Component {
}}
>
<
YH_Image
url
=
{
imageUrl
}
resizeMode
=
"contain"
url
=
{
imageUrl
}
style
=
{{
width
:
sliderWidth
,
height
:
sliderHeight
}}
/
>
<
/TouchableOpacity
>
...
...
Please
register
or
login
to post a comment