Commit ef2a1f57 authored by 汪晓凯's avatar 汪晓凯

bugfix

parent c1db7246
...@@ -146,6 +146,8 @@ ...@@ -146,6 +146,8 @@
for (let item of JSON.parse(sessionStorage.getItem('platInfo'))) { for (let item of JSON.parse(sessionStorage.getItem('platInfo'))) {
if(item.platform === this.checkedWeb) { if(item.platform === this.checkedWeb) {
this.currencies = item.coin; this.currencies = item.coin;
this.checkedCurrencies = [];
this.checkAll0 = false;
} }
} }
this.getRechargeList(); this.getRechargeList();
......
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 to comment