Skip to content

Commit

Permalink
Merge pull request #267 from lotteon2/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
CokeLee777 authored Jan 21, 2024
2 parents f5525aa + ef6bba8 commit 6982f70
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/auction/AuctionEntranceModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ watch(
<div class="modal-button">
<button
class="createBtn"
v-if="auctionDetail.auctionResponse.ended === false"
v-if="
auctionDetail.auctionResponse.started === true &&
auctionDetail.auctionResponse.ended === false
"
@click="enterAuction"
>
경매 입장
</button>
<button class="disabledBtn" v-else>경매 종료</button>
<button class="disabledBtn" v-else>입장 불가</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -277,4 +280,4 @@ button {
margin-left: 5%;
width: 50%;
}
</style>
</style>

0 comments on commit 6982f70

Please sign in to comment.