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) } // 账号交易历史