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