Explorar el Código

feat:预约费用支付BUG修改

zhanghui hace 2 años
padre
commit
b495039638
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 				}