...
|
...
|
@@ -30,7 +30,7 @@ export default class TimeForNow extends Component { |
|
|
if (lastNowTime) {
|
|
|
return(
|
|
|
<View style={[styles.rowContainerFocus,{justifyContent: 'center'}]}>
|
|
|
<Text style={[colorStyle,{fontSize: 13}]}>{time} 抢购中</Text>
|
|
|
<Text style={[colorStyle,{fontSize: 13, fontWeight: 'bold'}]}>{time} 抢购中</Text>
|
|
|
</View>
|
|
|
);
|
|
|
}else {
|
...
|
...
|
|