|
@@ -2,7 +2,7 @@
|
|
|
<div class="currency-detail-page">
|
|
|
<v-head :title="currencyInfo.tokenSymbol"
|
|
|
:show_more="false"
|
|
|
- :show_refresh="true"
|
|
|
+ :show_refresh="false"
|
|
|
:show_list="true"
|
|
|
:transactionsRouterParams="{
|
|
|
backUrl: 'back'
|
|
@@ -168,7 +168,7 @@ const onRefresh = () => {
|
|
|
|
|
|
const asyncTokenRechRecord = (_params, cb) => {
|
|
|
let { currencyCode = '' } = _params;
|
|
|
- if(!currencyCode || !currencyOpertionType) return;
|
|
|
+ if(!currencyCode || currenciesData.value.length > 1) return;
|
|
|
syncChainTokenRechargeRecord({
|
|
|
params: {
|
|
|
currencyCode: currencyCode
|