Parcourir la source

feat:预约费用支付BUG修改

zhanghui il y a 2 ans
Parent
commit
b495039638
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/pay/pay.vue

+ 1 - 1
components/pay/pay.vue

@@ -192,7 +192,7 @@
 				// 	uni.$u.toast('余额不足')
 				// 	return
 				// }
-				if (!this.selectBlPay) {
+				if (!this.selectBlPay && num == 1) {
 					uni.$u.toast('余额不足')
 					return
 				}