|
@@ -51,7 +51,7 @@
|
|
|
|
|
|
<!-- 领取列表 -->
|
|
|
<div class="luck-list-title">
|
|
|
- <div>{{ detail.postBizData.receiveCount || 0 }}/{{ detail.postBizData.totalCount || 0 }} Get</div>
|
|
|
+ <div>{{ detail.postBizData.receiveCount || 0 }}/{{ detail.postBizData.totalCount || 0 }} Winners</div>
|
|
|
<div> {{ detail.postBizData.receiveAmountValue }} / {{
|
|
|
detail.postBizData.amountValue || ''
|
|
|
}} {{ detail.postBizData.amountCurrencyCode || '' }}</div>
|
|
@@ -83,11 +83,11 @@
|
|
|
<div class="title">Withdraw to Wallet</div>
|
|
|
<div class="validity">
|
|
|
<template v-if="validity_state">
|
|
|
- <span>Validity</span>
|
|
|
- <span style="color: red;">{{ validity }}</span>
|
|
|
+ <span style="color:#FFA620;">Remaining valid time </span>
|
|
|
+ <span style="color: #FFA620;">{{ validity }}</span>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <span style="color: red;">Giveaways Validity</span>
|
|
|
+ <span style="color: #FFA620;">Giveaways Validity</span>
|
|
|
</template>
|
|
|
</div>
|
|
|
|
|
@@ -98,7 +98,7 @@
|
|
|
<div class="num">1</div>
|
|
|
<span>Install DeNet</span>
|
|
|
</div>
|
|
|
- <div class="tip">Used for Task Verification and Giveaways Withdrawal</div>
|
|
|
+ <div class="tip">Used to verify tasks and get rewards</div>
|
|
|
<div class="install_btn" @click="installExtension">Install</div>
|
|
|
<div class="area_num">
|
|
|
<div class="num">2</div>
|
|
@@ -112,7 +112,7 @@
|
|
|
<div class="install install-error" v-if="status == 'nothing' || status == 'expire'">
|
|
|
<div class="title">Install DeNet</div>
|
|
|
<div class="title">Don't miss the next Giveaway</div>
|
|
|
- <div class="tip">Used for Task Verification and Giveaways Withdrawal</div>
|
|
|
+ <div class="tip">Used to verify tasks and get rewards</div>
|
|
|
<div class="install_btn" @click="installExtension">Install</div>
|
|
|
</div>
|
|
|
|
|
@@ -135,7 +135,7 @@
|
|
|
</div>
|
|
|
<!-- 领取列表 -->
|
|
|
<div class="luck-list-title">
|
|
|
- <div>{{ detail.postBizData.receiveCount || 0 }}/{{ detail.postBizData.totalCount || 0 }} Get</div>
|
|
|
+ <div>{{ detail.postBizData.receiveCount || 0 }}/{{ detail.postBizData.totalCount || 0 }} Winners</div>
|
|
|
<div> {{ detail.postBizData.receiveAmountValue }} / {{
|
|
|
detail.postBizData.amountValue || ''
|
|
|
}} {{ detail.postBizData.amountCurrencyCode || '' }}</div>
|