Browse Source

优化

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

4
pages/assets/recharge.vue

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

Loading…
Cancel
Save