英雄上锁
This commit is contained in:
parent
25bb1591f7
commit
9813735a64
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="card-btn">
|
||||
<div class="card-sell" v-if="nftData.on_lock == '1'" @click="mintHero()">Mint</div>
|
||||
<div class="card-cancel" v-else >Unlock</div>
|
||||
<div class="card-cancel" v-else >Unlocked</div>
|
||||
</div>
|
||||
<SellDialog :sellDialogVisible="sellDialogVisible" :floorPrice="floorPrice" :sellDataArr="sellDataArr" @handleClose="sellHandleClose" />
|
||||
<LoadingDialog :loadingDialogVisible="loadingDialogVisible" />
|
||||
|
@ -74,7 +74,7 @@ const props = defineProps({
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
background: url('src/assets/img/marketplace/hero_lockBg.png') no-repeat;
|
||||
background: url('@/assets/img/marketplace/hero_lockBg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.imgs-day {
|
||||
|
Loading…
x
Reference in New Issue
Block a user