下单退款相关更新
This commit is contained in:
@@ -102,9 +102,7 @@
|
||||
const form = reactive({
|
||||
...$form
|
||||
})
|
||||
console.log(form)
|
||||
watch(()=>props.price,(newval)=>{
|
||||
console.log(newval);
|
||||
form.price=newval
|
||||
form.currentPrice=newval
|
||||
})
|
||||
@@ -129,7 +127,6 @@
|
||||
const emits = defineEmits(['confirm'])
|
||||
|
||||
function confirm() {
|
||||
console.log(form);
|
||||
emits('confirm',{...form,currentPrice:Number(form.currentPrice).toFixed(2)})
|
||||
close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user