update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-15 20:37:06 +08:00
parent 8b4484d8ab
commit d79d5e5caa

View File

@@ -36,11 +36,10 @@
>- {{ item.j }} 豆子</view
>
</view>
<view class="flex items-center justify-between">
<view class="flex items-center justify-between" v-if="item.state === 1">
<view class="text-[28px] flex items-center">
<view class="text-[#959BB1]">中奖状态</view>
<view class="text-[red]" v-if="item.state === 1">已中奖</view>
<view v-else class="text-[#959BB1]">未中奖</view>
<view class="text-[red]">已中奖</view>
</view>
<view v-if="item.state === 1" class="text-[28px] flex">
<view class="text-[#959BB1]"></view>