Commit 348ba72a authored by 黄奎's avatar 黄奎

页面修改

parent e8f6d7d3
...@@ -721,10 +721,8 @@ ...@@ -721,10 +721,8 @@
} else { } else {
totalPrice += 0 totalPrice += 0
} }
}) })
totalPrice += obj.ParkFee + obj.CityTax + obj.InTangTax; totalPrice += obj.ParkFee + obj.CityTax + obj.InTangTax;
//obj.TotalPrice = totalPrice.toFixed(2);
return this.moneyFormat(totalPrice) return this.moneyFormat(totalPrice)
}, },
diningTotalPrice(sObj, obj) { diningTotalPrice(sObj, obj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment