user-zzy-dev #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "user-zzy-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
新增功能
@ -0,0 +27,4 @@val.sign = signInfo.sign;val.coinType = 'eth';val.num = parseInt(val.num);const params = { ...val };?
@ -0,0 +91,4 @@val.key = signInfo.raw;val.sign = signInfo.sign;val.coinType = selectValue;const params = { ...val };?
@ -0,0 +14,4 @@dataIndex: 'coinType',hideInTable: true,initialValue: CoinType.ETH,renderFormItem: (item, { type, defaultRender, ...rest }, form) => {用enum
@ -0,0 +90,4 @@const res = await fetchTableData(queryRecordList, params);for (const key in res.data) {if (Object.prototype.hasOwnProperty.call(res.data, key)) {const element = res.data[key];?
@ -0,0 +5,4 @@import CoinType from '@/constants/enum/coinType';import AddAddressModal from '../Edit/AddAddressModal';import { AddAddress } from '@/services/eth';import { initWeb3, walletSign } from '../../../../utils/web3';路径和组件问题