Explorar o código

feat:预约费用余额不足判断

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
6a52a3ba7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/pay/pay.vue

+ 1 - 1
components/pay/pay.vue

@@ -204,7 +204,7 @@
 				this.$set(this.loveCardList,index,loveCard)
 			},
 			payItem(num) {
-				if (!this.selectBlPay) {
+				if (!this.selectBlPay && num == 1) {
 					uni.$u.toast('余额不足')
 					return
 				}