fix:数字货币 只保留 USDT TRC20 和 USDT ERC20
This commit is contained in:
@ -324,7 +324,7 @@ getDictByCode({
|
||||
dict_code: 'currency_type',
|
||||
qcc_language: serverLang()
|
||||
}).then(resp => {
|
||||
currencyList.value = resp.data
|
||||
currencyList.value = resp.data.filter(i => i.fun_item_code == 'USDT TRC20' || i.fun_item_code == 'USDT ERC20')
|
||||
})
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user