Browse Source

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

zhanghui 2 năm trước cách đây
mục cha
commit
6a52a3ba7d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 				}