This commit is contained in:
2025-12-07 01:11:40 +08:00
parent bbb5170802
commit f5a4cd5a37
7 changed files with 110 additions and 20 deletions

View File

@@ -336,7 +336,9 @@ const OrderList = () => {
? "待支付"
: refundTextMap.get(item.refund_status)}
</Text>{" "}
¥ <Text>{item.amount}</Text>
<View className={styles.amount}>
¥ <Text>{item.amount}</Text>
</View>
</View>
)}
</View>