zs преди 2 години
родител
ревизия
9a5ce69c63
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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({