From fa403180ff3eed979682c31a70d0d4cb6afabf31 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 4 Apr 2024 15:39:33 +0800 Subject: [PATCH] fix: add okx tips --- public/img/launch.svg | 10 +++ public/img/okx-cryptopedia.svg | 9 +++ views/transactions/Deposit.vue | 109 ++++++++++++++++++++++++++------- 3 files changed, 105 insertions(+), 23 deletions(-) create mode 100644 public/img/launch.svg create mode 100644 public/img/okx-cryptopedia.svg diff --git a/public/img/launch.svg b/public/img/launch.svg new file mode 100644 index 00000000..1cf8a9ab --- /dev/null +++ b/public/img/launch.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/img/okx-cryptopedia.svg b/public/img/okx-cryptopedia.svg new file mode 100644 index 00000000..7f832bfc --- /dev/null +++ b/public/img/okx-cryptopedia.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/views/transactions/Deposit.vue b/views/transactions/Deposit.vue index 4585e5c3..36f3a636 100644 --- a/views/transactions/Deposit.vue +++ b/views/transactions/Deposit.vue @@ -1,5 +1,28 @@