Przeglądaj źródła

feat:订单列表支付BUG修改

zhanghui 2 lat temu
rodzic
commit
d02daeb00e
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 				}