feat: 商品计算报错问题
This commit is contained in:
@@ -55,7 +55,7 @@ const count = computed({
|
||||
});
|
||||
|
||||
const totalAmt = computed(() => {
|
||||
const { totalDays = 1 } = props.selectedDate;
|
||||
const { totalDays } = props.selectedDate;
|
||||
const { specificationPrice } = props.orderData;
|
||||
return count.value * Number(specificationPrice) * totalDays;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user