瀏覽代碼

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
 				}