Commit 8226644a by 梁建民

js

parent 5296b242
......@@ -69,8 +69,8 @@
},
watch: {
withdrawNum: function (val) {
if (val > this.walletInfoData.wallet_usable) {
this.amountNum = !this.amountNum;
if (Number(val) > Number(this.walletInfoData.wallet_usable)) {
this.amountNum = false;
} else {
this.amountNum = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment