From 068514027f8a4cd8c881f048b19bcd28374e067c Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Mon, 24 Jun 2024 16:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialogs/buyDialog.vue | 397 +++++++++++++------------- src/components/Dialogs/sellDialog.vue | 223 +++++++++------ src/components/assets/card.vue | 2 +- src/components/cart/index.vue | 44 +-- src/components/common/card.vue | 19 +- src/store/marketplace.js | 21 +- 6 files changed, 396 insertions(+), 310 deletions(-) diff --git a/src/components/Dialogs/buyDialog.vue b/src/components/Dialogs/buyDialog.vue index 645c058..bdffe67 100644 --- a/src/components/Dialogs/buyDialog.vue +++ b/src/components/Dialogs/buyDialog.vue @@ -1,11 +1,20 @@ -->
- +
Transaction confirmation ( {{ props.buyDataArr.length }} )
@@ -18,15 +27,17 @@
  • - +
    {{ item.nft.name }}
    {{ item.nft.token_id }}
    -
    {{ priceCalculated(item.event.data.buy[0].amount) }}
    -
    +
    {{ priceCalculated(item.event.data.buy[0].amount) }}
    +
    + +
  • @@ -37,8 +48,8 @@
  • - 0.08 - + 0.08{{ total }} +
  • @@ -46,11 +57,12 @@
    Confirm
    + \ No newline at end of file diff --git a/src/components/Dialogs/sellDialog.vue b/src/components/Dialogs/sellDialog.vue index 1da2a03..3ec9c5c 100644 --- a/src/components/Dialogs/sellDialog.vue +++ b/src/components/Dialogs/sellDialog.vue @@ -1,5 +1,7 @@