@@ -370,7 +370,7 @@
}
total = this.$minus(total, discount)
- if (total > 0) {
+ if (total >= 0) {
this.$set(this, `goods_total`, total);
} else {
uni.showToast({