Commit 1d1e851d by 姜雷

Merge branch 'develop' into test

parents caf61a03 ad44709f
......@@ -26,7 +26,7 @@ const RechargeItem = (props: { data: RechargeOrder }) => {
</View>
<View
className={`RechargeItem-price ${actualAmount >= 0 ? 'topay' : ''}`}>
{actualAmount}
{actualAmount.toFixed(2)}
</View>
</View>
);
......
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