|
@@ -263,7 +263,7 @@ export default {
|
|
if (this.isGameToken) {
|
|
if (this.isGameToken) {
|
|
// 代币
|
|
// 代币
|
|
let tokenCode = this.group.eosInfo.token_code
|
|
let tokenCode = this.group.eosInfo.token_code
|
|
- EosHelper.doSymbolTransfer(this.account.name, 'toAccount', eosAmount, JSON.stringify(memo), this.account.authority, tokenCode)
|
|
|
|
|
|
+ EosHelper.doSymbolTransfer(this.account.name, toAccount, eosAmount, JSON.stringify(memo), this.account.authority, tokenCode)
|
|
.then(res => {
|
|
.then(res => {
|
|
this.hidePopup()
|
|
this.hidePopup()
|
|
}).catch(msg => {
|
|
}).catch(msg => {
|