bug fix
This commit is contained in:
parent
63eda1f879
commit
715ec01110
@ -139,10 +139,12 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, toRaw, onMounted } from "vue"
|
||||
import { useRouter } from "vue-router";
|
||||
import StarTimer from "@/components/common/starTimer.vue"
|
||||
import { apiDetail } from "@/utils/marketplace"
|
||||
import { BlockChain } from "@/components/chain/BlockChain"
|
||||
import {walletStore} from "@/store/wallet";
|
||||
const router = useRouter();
|
||||
const localWalletStore = walletStore()
|
||||
const detailData = window.history.state.nftData
|
||||
console.log(detailData)
|
||||
|
Loading…
x
Reference in New Issue
Block a user