...
|
...
|
@@ -74,7 +74,7 @@ export default class ProductListView extends Component { |
|
|
<Text
|
|
|
style={styles.seckillPrice}>{rowData.formatSecKillPrice}</Text>
|
|
|
<Text style={styles.originPrice}>
|
|
|
{'¥' + parseFloat(rowData.marketPrice + '').toFixed(2)}</Text>
|
|
|
{'¥' + rowData.marketPrice}</Text>
|
|
|
</View>
|
|
|
<View style={{justifyContent: 'center', alignItems: 'flex-end'}}>
|
|
|
{tipState == '已抢光' && url && url.length ?
|
...
|
...
|
|