【功能优化】秒杀详情页过期活动处理

pull/104/head
卢越 2024-09-27 16:46:09 +08:00
parent 2ca7f48131
commit 18484f7ee8
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
<detailSkeleton v-if="state.skeletonLoading" />
<!-- 下架/售罄提醒 -->
<s-empty
v-else-if="state.goodsInfo === null || state.goodsInfo.activity_type !== 'seckill'"
v-else-if="
state.goodsInfo === null || state.goodsInfo.activity_type !== 'seckill' || endTime.ms <= 0
"
text="活动不存在或已结束"
icon="/static/soldout-empty.png"
showAction