重要更新

This commit is contained in:
Kele
2022-11-29 22:03:21 +08:00
parent 6d759b4812
commit baef1695c4
13 changed files with 815 additions and 74 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
<detailSkeleton v-if="state.skeletonLoading" />
<!-- 空置页 -->
<s-empty
v-else-if="state.goodsInfo === null || !state.goodsInfo.activity"
text="商品不存在或已下架"
v-else-if="state.goodsInfo === null || state.goodsInfo.activity_type !== 'seckill' "
text="活动不存在或已结束"
icon="/static/soldout-empty.png"
showAction
actionText="再逛逛"
@@ -196,7 +196,7 @@
}
const shareInfo = computed(() => {
if (isEmpty(state.goodsInfo)) return {};
if (isEmpty(state.goodsInfo?.activity)) return {};
return sheep.$platform.share.getShareInfo(
{
title: state.goodsInfo.title,