Преглед изворни кода

feat:订单列表支付BUG修改

zhanghui пре 2 година
родитељ
комит
d02daeb00e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/order/index.vue

+ 1 - 1
pages/order/index.vue

@@ -429,7 +429,7 @@
 				// 	return
 				// }
 
-				if (this.userInfo.balance*1 < this.payAmount*1){
+				if (this.userInfo.balance*1 < this.payAmount*1 && num == 1){
 					uni.$u.toast('余额不足')
 					return
 				}