Browse Source

优化

master
ltlzx 4 years ago
parent
commit
6241901737
  1. 2
      pages/assets/recharge.vue

2
pages/assets/recharge.vue

@ -210,7 +210,7 @@ export default {
coin_id: this.activeCoin.coin_id,
address_type: this.rechargeType,
};
Wallet.walletImage(data).then((res) => {
Wallet.walletImage(data).then(res => {
console.info(res)
this.form.address = res.data.address;
});

Loading…
Cancel
Save