From df750fb43d54a33f2a18837760974b376a8d40f9 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E8=BD=AC=E8=B4=A6=E5=92=8C?= =?UTF-8?q?=E6=8F=90=E6=AC=BE=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/market/wallet/CoinCard.vue | 3 +- src/components/market/wallet/WalletPanel.vue | 160 ++++++++++++++++--- 2 files changed, 136 insertions(+), 27 deletions(-) diff --git a/src/components/market/wallet/CoinCard.vue b/src/components/market/wallet/CoinCard.vue index a3d3eaf..f154bef 100644 --- a/src/components/market/wallet/CoinCard.vue +++ b/src/components/market/wallet/CoinCard.vue @@ -12,7 +12,7 @@ alt="coin" class="topRight">
Wrong network
- @@ -43,6 +43,7 @@ export interface ICoinData{ }) export default class CoinCard extends Vue { @Prop() private coinData: ICoinData + @Prop() private process = false get mobile() { return AppModule.device === DeviceType.Mobile diff --git a/src/components/market/wallet/WalletPanel.vue b/src/components/market/wallet/WalletPanel.vue index d50f509..84873a4 100644 --- a/src/components/market/wallet/WalletPanel.vue +++ b/src/components/market/wallet/WalletPanel.vue @@ -28,6 +28,7 @@ @@ -39,10 +40,16 @@ +
+ + + +