From d43d189592a83a6833f9f10cd0093e10eedd17f7 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 4 Jul 2024 19:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB=E6=96=87?= =?UTF-8?q?=E6=A1=88=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++-- public/images/counter.jpg | Bin 481767 -> 543463 bytes .../img/home/new-img/gameWeb_p1_slogan.png | Bin 112981 -> 124370 bytes src/components/assets/hanging.vue | 81 ++++++++++++------ src/components/home/banner.vue | 3 +- src/utils/marketplace.js | 6 +- 6 files changed, 67 insertions(+), 39 deletions(-) diff --git a/index.html b/index.html index adbf94d..16162e7 100644 --- a/index.html +++ b/index.html @@ -8,29 +8,29 @@ - - + + diff --git a/src/components/home/banner.vue b/src/components/home/banner.vue index 1750a6f..1a02579 100644 --- a/src/components/home/banner.vue +++ b/src/components/home/banner.vue @@ -84,8 +84,7 @@ const downloadGame = (platform) => { } .game-title-img { width: 1262px; - height: 335px; - margin-bottom: 35px; + height: 242px; display: flex; justify-content: center; } diff --git a/src/utils/marketplace.js b/src/utils/marketplace.js index 3b76aae..4ef3c3f 100644 --- a/src/utils/marketplace.js +++ b/src/utils/marketplace.js @@ -60,9 +60,9 @@ export const apiAssetsState = async (account_address, data) => { } // 获取上架出售得NFTS -export const apiHangingState = async (data) => { - const url = `${API_BASE}/api/market/product/list/${net_id}` - return httpPost(url, data) +export const apiHangingState = async (data,account_address) => { + const url = `${API_BASE}/api/listing/${net_id}/${account_address}` + return httpGet(url, data) } // 账号交易历史