diff --git a/src/components/assets/founder.vue b/src/components/assets/founder.vue index dd69d23..90e35e0 100644 --- a/src/components/assets/founder.vue +++ b/src/components/assets/founder.vue @@ -3,6 +3,7 @@
+
@@ -17,10 +18,7 @@
-
- Please log into the wallet holding your Founder’s Tag to view details. -
-
+

No NFT yet

@@ -33,9 +31,10 @@ @@ -217,21 +202,7 @@ onUnmounted(() => { .pages-no { position: relative; margin-top: 256px; - .no-data-tips { - position: absolute; - left: 50%; - transform: translateX(-50%); - width: 100%; - text-align: center; - color: #fff; - margin-bottom: 20px; - font-size: 28px; - } - .no-data-img { - position: absolute; - top: 50px; - left: 50%; - transform: translateX(-50%); + div { margin: 0 auto; width: 401px; height: 322px; @@ -242,7 +213,7 @@ onUnmounted(() => { } p { position: absolute; - top: 310px; + top: 260px; left: 52%; transform: translateX(-50%); font-family: 'Poppins'; diff --git a/src/components/assets/staking.vue b/src/components/assets/staking.vue index 42c2012..a6d248b 100644 --- a/src/components/assets/staking.vue +++ b/src/components/assets/staking.vue @@ -19,7 +19,7 @@
Please log into the wallet holding your Centralized Assets to view details. -
Login
+
Login
@@ -77,7 +77,7 @@ const renewMyNft = async() => { const next_cursor = ref() const getMyAssets = async () => { - const myADdress = localWalletStore.address + const myADdress = localWalletStore.passportAddress const data = { type: 3, page_size: '20', diff --git a/src/views/assetsDetailView.vue b/src/views/assetsDetailView.vue new file mode 100644 index 0000000..7af3c98 --- /dev/null +++ b/src/views/assetsDetailView.vue @@ -0,0 +1,805 @@ + + + + + \ No newline at end of file