Commit 901a0414 by Lays-lzq

feat: 修复抽奖记录、手动上线时间显示问题

parent 42fbe75f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</template> </template>
<template v-if="+lotteryInfo.status === LOTTERY_STATUS.start"> <template v-if="+lotteryInfo.status === LOTTERY_STATUS.start">
<template v-if="lotteryInfo.userTimes === 0 && lotteryInfo.isDraw"> <template v-if="lotteryInfo.userTimes === 0 && lotteryInfo.isDraw">
<button class="join-btn pre">等待开奖</button> <button class="join-btn pre">未开始</button>
</template> </template>
<template v-else> <template v-else>
<div class="btn-mask"></div> <div class="btn-mask"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment