Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
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
QC-L
2018-11-05 16:31:27 +0800
Commit
c9ee67b4d31f42119bc5dbd74711c7937c9b3216
1 parent
f19e1dab
修复异常报错分类 review by 黄敬囿
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
src/components/resource-category/index.js
src/components/resource-hot-series/index.js
src/components/resource-category/index.js
View file @
c9ee67b
...
...
@@ -39,8 +39,7 @@ export default class category extends Component {
scrollLeft
=
'0'
lowerThreshold
=
'20'
upperThreshold
=
'20'
onScrolltoupper
=
{
this
.
onScrolltoupper
}
onScroll
=
{
this
.
onScroll
}
>
>
{
newList
.
map
((
s
,
i
)
=>
{
return
(
...
...
src/components/resource-hot-series/index.js
View file @
c9ee67b
...
...
@@ -28,8 +28,7 @@ export default class HotSeries extends Component {
scrollLeft
=
'0'
lowerThreshold
=
'20'
upperThreshold
=
'20'
onScrolltoupper
=
{
this
.
onScrolltoupper
}
onScroll
=
{
this
.
onScroll
}
>
>
{
floor
.
map
(
item
=>
{
return
(
...
...
Please
register
or
login
to post a comment