Преглед изворни кода

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

zhanghui пре 2 година
родитељ
комит
6a52a3ba7d
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 				}