From 120706ef3f2911c2777eb340a9132fa58c16270a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Jun 2022 16:16:58 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EA=B2=BD=EB=A7=A4=EC=9E=A5=20=EC=A7=84?= =?UTF-8?q?=EC=9E=85=EB=A1=9C=EB=A5=BC=20=EA=B8=88/=EC=8C=80,=20=EC=9C=A0?= =?UTF-8?q?=EB=8B=88=ED=81=AC=EB=A1=9C=202=EC=9B=90=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 33 +++++++++++++++++++++++++++++---- hwe/scss/main.scss | 4 ++-- hwe/templates/commandButton.php | 9 ++++++++- hwe/ts/PageAuction.vue | 11 +++++++++-- hwe/ts/v_auction.ts | 11 ++++++++++- hwe/v_auction.php | 3 +++ 6 files changed, 61 insertions(+), 10 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index be5f5c2e..273c4150 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -114,10 +114,10 @@ if (!$otherTextInfo) { $lastVoteID = $gameStor->lastVote; $lastVote = null; -if($lastVoteID){ +if ($lastVoteID) { $voteStor = KVStorage::getStorage($db, 'vote'); $lastVote = VoteInfo::fromArray($voteStor->getValue("vote_{$lastVoteID}")); - if($lastVote->endDate && $lastVote->endDate < TimeUtil::now()){ + if ($lastVote->endDate && $lastVote->endDate < TimeUtil::now()) { $lastVote = null; } } @@ -282,7 +282,21 @@ if($lastVoteID){
-
'btn btn-sammo-nation', 'isTournamentApplicationOpen' => $isTournamentApplicationOpen, 'isBettingActive' => $isBettingActive]) ?>
+
+ '
', + 'splitBtnEnd' => '
', + 'splitZoneSign' => '', + 'splitZoneBegin' => '', + 'splitSubBtnBegin' => '
  • ', + 'splitSubBtnEnd' => '
  • ', + 'btnClass' => 'btn btn-sammo-nation', + 'btnSplitClass' => 'dropdown-item', + 'isTournamentApplicationOpen' => $isTournamentApplicationOpen, + 'isBettingActive' => $isBettingActive + ]) + ?>
    @@ -382,7 +396,18 @@ if($lastVoteID){ 국가 메뉴