Kaynağa Gözat

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

zhanghui 2 yıl önce
ebeveyn
işleme
6a52a3ba7d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 				}