修改可退款金额计算公式

This commit is contained in:
2024-11-23 14:23:11 +08:00
parent 0906ab8523
commit 00b81e9f1b
3 changed files with 66 additions and 15 deletions

View File

@@ -69,6 +69,10 @@
price: {
type: [Number,String],
default: 0
},
nowPrice:{
type: [Number,String],
default: 0
}
})
function currentPriceInput(newval){