A\An %!s(int64=2) %!d(string=hai) anos
pai
achega
1469b9785b
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      src/view/popup/components/head.vue
  2. 1 1
      src/view/popup/currency-detail.vue

+ 1 - 0
src/view/popup/components/head.vue

@@ -228,6 +228,7 @@ function clickList() {
         color: #000000;
         font-size: 16px;
         font-weight: 500;
+        word-break: break-all;
     }
 }
 </style>

+ 1 - 1
src/view/popup/currency-detail.vue

@@ -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