|
@@ -1,9 +1,14 @@
|
|
|
<template>
|
|
|
<div class="currency-detail-page">
|
|
|
- <v-head :title="currencyInfo.tokenSymbol" :show_more="false" :show_refresh="true" :show_list="true"
|
|
|
- :transactionsRouterParams="{
|
|
|
- backUrl: 'back'
|
|
|
- }" @on-refresh="onRefresh" @onBack="clickBack" />
|
|
|
+ <v-head
|
|
|
+ :title="currencyInfo.tokenSymbol"
|
|
|
+ :show_more="false"
|
|
|
+ :show_refresh="true"
|
|
|
+ :show_list="true"
|
|
|
+ :transactionsRouterParams="{ backUrl: 'back' }"
|
|
|
+ @on-refresh="onRefresh"
|
|
|
+ @onBack="clickBack">
|
|
|
+ </v-head>
|
|
|
<div class="top">
|
|
|
<img class="icon-currency" :src="currencyInfo.iconPath" />
|
|
|
<div class="amount">
|