Commit dad5c835 by 姜雷

修改费率展示

parent 0a1f5d7f
......@@ -852,6 +852,7 @@ class Pay extends Component {
<Text>设备位置</Text>
<Text className='Pay-info-position'>{device.position}</Text>
</View>
{device.rates.length && (
<View className='Pay-info-item'>
<Text>适用费率</Text>
<View className='Pay-info-rate'>
......@@ -871,6 +872,7 @@ class Pay extends Component {
</View> */}
</View>
</View>
)}
</View>
<View className='Pay-tip'>
{device.refundMode === DeviceRefundMode.notRefund
......
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