zs 2 years ago
parent
commit
9a5ce69c63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesHome/order/order.vue

+ 1 - 1
pagesHome/order/order.vue

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