mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 02:27:34 +08:00
fix: 积分icon优化
This commit is contained in:
@@ -219,6 +219,8 @@ const iconMap = {
|
|||||||
SYSTEM_ONLINE: 'fas fa-clock',
|
SYSTEM_ONLINE: 'fas fa-clock',
|
||||||
REDEEM: 'fas fa-gift',
|
REDEEM: 'fas fa-gift',
|
||||||
FEATURE: 'fas fa-star',
|
FEATURE: 'fas fa-star',
|
||||||
|
LOTTERY_JOIN: 'fas fa-ticket-alt',
|
||||||
|
LOTTERY_REWARD: 'fas fa-ticket-alt',
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|||||||
@@ -119,7 +119,9 @@
|
|||||||
class="join-prize-button"
|
class="join-prize-button"
|
||||||
@click="joinLottery"
|
@click="joinLottery"
|
||||||
>
|
>
|
||||||
<div class="join-prize-button-text">参与抽奖({{ lottery.pointCost }}积分)</div>
|
<div class="join-prize-button-text">
|
||||||
|
参与抽奖 <i class="fas fa-coins"></i> {{ lottery.pointCost }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="hasJoined" class="join-prize-button-disabled">
|
<div v-else-if="hasJoined" class="join-prize-button-disabled">
|
||||||
<div class="join-prize-button-text">已参与</div>
|
<div class="join-prize-button-text">已参与</div>
|
||||||
@@ -134,7 +136,9 @@
|
|||||||
class="join-prize-button"
|
class="join-prize-button"
|
||||||
@click="joinLottery"
|
@click="joinLottery"
|
||||||
>
|
>
|
||||||
<div class="join-prize-button-text">参与抽奖({{ lottery.pointCost }}积分)</div>
|
<div class="join-prize-button-text">
|
||||||
|
参与抽奖 <i class="fas fa-coins"></i> {{ lottery.pointCost }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="hasJoined" class="join-prize-button-disabled">
|
<div v-else-if="hasJoined" class="join-prize-button-disabled">
|
||||||
<div class="join-prize-button-text">已参与</div>
|
<div class="join-prize-button-text">已参与</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user