|
@@ -168,7 +168,7 @@ const onRefresh = () => {
|
|
|
|
|
|
const asyncTokenRechRecord = (_params, cb) => {
|
|
const asyncTokenRechRecord = (_params, cb) => {
|
|
let { currencyCode = '' } = _params;
|
|
let { currencyCode = '' } = _params;
|
|
- if(!currencyCode || !currencyOpertionType) return;
|
|
|
|
|
|
+ if(!currencyCode || currenciesData.value.length > 1) return;
|
|
syncChainTokenRechargeRecord({
|
|
syncChainTokenRechargeRecord({
|
|
params: {
|
|
params: {
|
|
currencyCode: currencyCode
|
|
currencyCode: currencyCode
|