| | |
| | | {{ showMoney ? todayMoney.money_contract : "*****" }} |
| | | </div> |
| | | </div> |
| | | <!-- <div style="background: black;color: white;padding: 4px 17px;border-radius: 90px;font-size: 14px" |
| | | @click="toPage('/cryptos/recharge/rechargeList?isForeign=true')"> --> |
| | | <div style="background: black;color: white;padding: 4px 17px;border-radius: 90px;font-size: 14px" |
| | | @click="toPage('/cryptos/recharge/rechargeList?isForeign=true')"> |
| | | @click="toPage('/customerService')"> |
| | | {{ $t("充值") }} |
| | | </div> |
| | | </div> |
| | |
| | | const router = useRouter() |
| | | const store = useStore(); |
| | | const showMoney = ref(true) |
| | | const myAssets = ref({}) |
| | | const myAssetsz = ref({}) |
| | | |
| | | const todayMoney = ref({ |
| | | money_contract_profit_today: 0 |
| | |
| | | function getAllAssets() { |
| | | _getContractBySymbolType().then(data => { |
| | | todayMoney.value = data |
| | | }) |
| | | _getassets().then(res => { |
| | | myAssets.value = res |
| | | }) |
| | | } |
| | | // 轮询获取资产信息 |
| | |
| | | // icon2: new URL('@/assets/imgs/home/home_10b.png', import.meta.url), |
| | | // path: '/customerService' |
| | | // }, |
| | | { |
| | | key: 9, |
| | | name: t('申购'), |
| | | icon: new URL('@/assets/img/img.png', import.meta.url), |
| | | icon2: new URL('@/assets/imgs/home/home_12b.png', import.meta.url), |
| | | path: '/ICO/ico' |
| | | }, |
| | | // { |
| | | // key: 9, |
| | | // name: t('申购'), |
| | | // icon: new URL('@/assets/img/img.png', import.meta.url), |
| | | // icon2: new URL('@/assets/imgs/home/home_12b.png', import.meta.url), |
| | | // path: '/ICO/ico' |
| | | // }, |
| | | { |
| | | key: 9, |
| | | name: t('C2C'), |