Commit 8226644a by 梁建民

js

parent 5296b242
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
}, },
watch: { watch: {
withdrawNum: function (val) { withdrawNum: function (val) {
if (val > this.walletInfoData.wallet_usable) { if (Number(val) > Number(this.walletInfoData.wallet_usable)) {
this.amountNum = !this.amountNum; this.amountNum = false;
} else { } else {
this.amountNum = true; 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