12312
This commit is contained in:
parent
2feb821899
commit
977844dbc8
@ -244,8 +244,8 @@ const goPay = () => {
|
||||
@click="goPay"
|
||||
>
|
||||
<div class="text-center flex flex-col justify-center items-center text-yellow-600">
|
||||
<div class="text-10px">{{auctionData?.nowAuctionPrice?.currency}}</div>
|
||||
<div class="text-12px">{{auctionData?.nowAuctionPrice?.successPrice}}</div>
|
||||
<div class="text-10px">{{auctionData.needPayBuys?.[0]?.leftCurrency}}</div>
|
||||
<div class="text-12px">{{auctionData.needPayBuys?.[0]?.leftPrice}}</div>
|
||||
<div class="text-10px">{{ $t('art_detail_page.button') }}</div>
|
||||
</div>
|
||||
</van-button>
|
||||
|
Loading…
Reference in New Issue
Block a user