Authored by QC-L

修复异常报错分类 review by 黄敬囿

... ... @@ -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 (
... ...
... ... @@ -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 (
... ...