This commit is contained in:
wtq
2025-12-08 11:23:42 +08:00
parent 7d879ff3bc
commit 219cedd9e4
4 changed files with 8 additions and 7 deletions

View File

@@ -408,8 +408,8 @@ export default function orderRealTime() {
/*************************************************
* 售后退款
*/
* 售后退款
*/
const afsPrice = computed(() => {
return saleInfo.value.afsPrice
? (saleInfo.value.afsPrice / 100).toFixed(2)