Commit 710af100 authored by fwz's avatar fwz

bug

parent 2778b6da
...@@ -334,7 +334,7 @@ export default { ...@@ -334,7 +334,7 @@ export default {
}, },
minusMall(vo) { minusMall(vo) {
if (this.countNum == 0) { if (this.mallSelectMap[vo.id] == 0) {
return return
} }
this.countNum = this.countNum - 1 this.countNum = this.countNum - 1
......
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