Commit fa3e195f by 修福龙

修改收银台界面

parent 48118b3e
......@@ -282,9 +282,10 @@ class VerticalPage extends Component {
style={{
fontSize: 20,
textDecorationLine: 'line-through',
color: '#999999',
marginRight: 5,
}}>
{NP.round(item.prePrice, 2).toFixed(2)}/
<Text style={{fontSize: 20}}>{item.unit}</Text>
{NP.round(item.prePrice, 2).toFixed(2)}
</Text>
<Text style={{fontSize: 25, color: colors.textXSActive}}>
{NP.round(item.price, 2).toFixed(2)}/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment