Commit 6906ed32 authored by 刘用法's avatar 刘用法

总额

parent 6dfa49eb
......@@ -97,7 +97,7 @@
addImage() {
return process.uniEnv.qn_base_url + 'tianjia.png'
},
money() {
money() { // 总额
var amount = 0
for (var item of this.list) {
amount += Math.abs(item.consumption - item.freeAmount) * item.price
......
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