|
|
|
@ -384,6 +384,7 @@ function addInfos() {
|
|
|
|
|
const data = {
|
|
|
|
|
currencyFrom: 'RMB',
|
|
|
|
|
currencyTo: item.currency,
|
|
|
|
|
feeType: item.feeType
|
|
|
|
|
}
|
|
|
|
|
GetExchangeRate(data).then(res => {
|
|
|
|
|
exchangarr.value.push(res.data)
|
|
|
|
@ -438,6 +439,7 @@ function addInfos() {
|
|
|
|
|
const data = {
|
|
|
|
|
currencyFrom: 'RMB',
|
|
|
|
|
currencyTo: item.currency,
|
|
|
|
|
feeType: item.feeType
|
|
|
|
|
}
|
|
|
|
|
GetExchangeRate(data).then(res => {
|
|
|
|
|
exchangarr.value.push(res.data)
|
|
|
|
@ -485,6 +487,7 @@ function addInfosFee() {
|
|
|
|
|
const data = {
|
|
|
|
|
currencyFrom: currency.value,
|
|
|
|
|
currencyTo: item.currency,
|
|
|
|
|
feeType: item.feeType
|
|
|
|
|
}
|
|
|
|
|
GetExchangeRate(data).then(res => {
|
|
|
|
|
exchangarr.value.push(res.data)
|
|
|
|
|