...
|
...
|
@@ -60,7 +60,7 @@ export default class HotProducts extends React.Component { |
|
|
fontFamilyStyle = {fontFamily: 'PingFang SC'};
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
return(
|
|
|
<View style={styles.container}>
|
|
|
<View style={styles.title}>
|
...
|
...
|
@@ -101,7 +101,7 @@ export default class HotProducts extends React.Component { |
|
|
renderHeader={this.renderHeader}
|
|
|
enableEmptySections = {true}
|
|
|
/>
|
|
|
<View style={{width: width, height: 20, backgroundColor: '#f0f0f0'}}/>
|
|
|
<View style={{width: width, height: 20, backgroundColor: '#f0f0f0',borderTopColor: '#CCC',borderTopWidth: 1}}/>
|
|
|
</View>
|
|
|
);
|
|
|
}
|
...
|
...
|
|