【功能优化】秒杀详情页过期活动处理
							parent
							
								
									2ca7f48131
								
							
						
					
					
						commit
						18484f7ee8
					
				|  | @ -7,7 +7,9 @@ | ||||||
|     <detailSkeleton v-if="state.skeletonLoading" /> |     <detailSkeleton v-if="state.skeletonLoading" /> | ||||||
|     <!-- 下架/售罄提醒 --> |     <!-- 下架/售罄提醒 --> | ||||||
|     <s-empty |     <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="活动不存在或已结束" |       text="活动不存在或已结束" | ||||||
|       icon="/static/soldout-empty.png" |       icon="/static/soldout-empty.png" | ||||||
|       showAction |       showAction | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 卢越
						卢越