Selaa lähdekoodia

feat:订单列表支付BUG修改

zhanghui 2 vuotta sitten
vanhempi
sitoutus
d02daeb00e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 				}