tapd问题修改

This commit is contained in:
GaoHao
2025-03-10 18:35:58 +08:00
parent cc97b6acca
commit 56b115a695
5 changed files with 17 additions and 14 deletions

View File

@@ -171,6 +171,7 @@
}
const allPrice = computed(() => {
console.log("购物车数据==",props.data)
return props.data.reduce((prve, cur) => {
return prve + cur.lowPrice * cur.number
}, 0).toFixed(2)