fix:数字货币 只保留 USDT TRC20 和 USDT ERC20

This commit is contained in:
2025-09-15 17:04:22 +08:00
parent ab6c48d55a
commit 9d0d4d9444

View File

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