Commit 6656aaa2 by 陆志强

feat: 新增下一场活动奖品显示逻辑判断

parent fc9c65c0
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="introduction__title">下一场活动奖品:</div> <div v-if="lotteryInfo.nextPlayPrizeConfigs.length > 0" class="introduction__title">下一场活动奖品:</div>
<div class="introduction__prize"> <div v-if="lotteryInfo.nextPlayPrizeConfigs.length > 0" class="introduction__prize">
<ul <ul
class="introduction__list" class="introduction__list"
:class="{ 'introduction__list--center': lotteryInfo.nextPlayPrizeConfigs.length < 3 }" :class="{ 'introduction__list--center': lotteryInfo.nextPlayPrizeConfigs.length < 3 }"
......
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