Authored by QC-L

更新resource-category

... ... @@ -35,7 +35,7 @@ export default class category extends Component {
}
return (
<View className="category" style={newList.length > 0 ? `height: 500rpx;` : ''}>
<View className="category">
<View className="floor-header">
<View className="title">{floor.category_name}</View>
<View className="more" hover-class="none" onClick={this.goToList.bind(this, floor)}>
... ... @@ -48,6 +48,7 @@ export default class category extends Component {
<ScrollView
className='scrollview'
scrollX
scrollY={false}
scrollWithAnimation
scrollLeft='0'
lowerThreshold='20'
... ...