Commit 086ce084 authored by youjie's avatar youjie

修复bug

parent 77a9e36b
...@@ -172,9 +172,9 @@ ...@@ -172,9 +172,9 @@
this.OverlayCalculation() this.OverlayCalculation()
}, },
OverlayCalculation(){ OverlayCalculation(){
this.TotalDiscounts = 0
this.money = 0
if(this.currentChosen.length==0){ if(this.currentChosen.length==0){
this.TotalDiscounts = 0
this.money = 0
this.ts.forEach(x => { this.ts.forEach(x => {
if(x.overlapUse&&x.err){ if(x.overlapUse&&x.err){
x.err = null x.err = null
......
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