@@ -192,7 +192,9 @@
// uni.$u.toast('余额不足')
// return
// }
+ console.log(this.selectBlPay)
if (!this.selectBlPay && num == 1) {
uni.$u.toast('余额不足')
return
}
@@ -138,7 +138,7 @@
</view>
- <myPay ref="myPay" :selectBlPay="userInfo.balance >= price" :balance="userInfo.balance" :totalAmount="price"
+ <myPay ref="myPay" :selectBlPay="userInfo.balance *1 >= price *1" :balance="userInfo.balance" :totalAmount="price"
:orderNo="subOrderNo" @payResult="payResult" @improperClose="improperClose"></myPay>
</template>