...
|
...
|
@@ -57,7 +57,9 @@ export default class BrandArticleCell extends Component { |
|
|
onPress={()=>{
|
|
|
this.props.onPressArticleLike && this.props.onPressArticleLike(id, rowID, !isliked, likeNum)
|
|
|
}}>
|
|
|
<Image style={styles.likeicon} source={likeicon} />
|
|
|
|
|
|
<View><Image style={styles.likeicon} source={likeicon} /></View>
|
|
|
|
|
|
<Text style={likestyle} numberOfLines={1}>{likeNum}</Text>
|
|
|
</TouchableOpacity>
|
|
|
|
...
|
...
|
@@ -170,11 +172,13 @@ let styles = StyleSheet.create({ |
|
|
fontSize: 15,
|
|
|
color: '#A5A5A5',
|
|
|
marginLeft: 5,
|
|
|
marginTop: 2,
|
|
|
},
|
|
|
darkgrayfont:{
|
|
|
fontSize: 15,
|
|
|
color: '#444444',
|
|
|
marginLeft: 5,
|
|
|
marginTop: 2,
|
|
|
},
|
|
|
timeicon:{
|
|
|
width: 12,
|
...
|
...
|
|