nieyuge %!s(int64=2) %!d(string=hai) anos
pai
achega
b0cd177db5
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/components/currency-list.vue
  2. 1 1
      src/static/utils/index.ts

+ 1 - 1
src/components/currency-list.vue

@@ -162,7 +162,7 @@ const getCurrencyInfoList = () => {
         params: {
             pageNum: listReqParams.params.pageNum,
             pageSize: listReqParams.params.pageSize,
-            filterFiatCurrency: false,
+            filterFiatCurrency: true,
             filterEmptyBalance: false
         }
     }).then(res => {

+ 1 - 1
src/static/utils/index.ts

@@ -2,7 +2,7 @@
 import Cookie from 'js-cookie';
 import { getStorage, storageKey } from './storage'
 
-export const appVersionCode = 15;
+export const appVersionCode = 17;
 export const appType = 1;
 // @ts-ignore
 export const callBackUrl = process.env.NODE_ENV === `production` ? `https://denet.me/close` : process.env.NODE_ENV === `pre` ? `https://pre.denet.me/close` : `https://test.denet.me/close`