tapd问题修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user