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-11 11:23:27 +0800
Commit
68853460be35ebc01cf5af768cb2bdb8e1815514
1 parent
ab2e3306
修复分类页面不能滚动的问题 review by 黄敬囿
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/resources/index.js
src/components/resources/index.js
View file @
6885346
...
...
@@ -36,7 +36,6 @@ export default class Resources extends Component {
floors
.
map
(
floor
=>
{
return
(
<
View
catchtouchmove
=
"ture"
className
=
{
floor
.
template_name
===
'tfGoodsList'
?
'resource-item no-right-padding'
:
'resource-item'
}
...
...
Please
register
or
login
to post a comment