feat: 日历组件|复选框组件优化
This commit is contained in:
@@ -147,7 +147,7 @@ const isDeleting = ref(false); // 标志位,防止删除时watch冲突
|
||||
|
||||
// 计算属性
|
||||
const totalPrice = computed(() => {
|
||||
const price = props.goodsData.price || 399;
|
||||
const price = props.goodsData.specificationPrice || 399;
|
||||
return (price * quantity.value).toFixed(0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user