uniapp【修复】: 商品详情页分享生成海报

This commit is contained in:
15093570141
2024-10-24 09:38:49 +08:00
parent 414c9514a4
commit f458b82340

View File

@@ -5,7 +5,7 @@
<GoodsDetail :goodsId="state.goodsDetailData?.id" :goodsDetailData="state.goodsDetailData"
:swiperBanner="state.swiperBanner" :goodsDetailContent="state.goodsDetailContent"
:userAgentGrade="state.userAgentGrade" :agentProductsList="state.agentProductsList"
:goodsPromotionList="state.goodsPromotionList" :spesDesc="state.spesDesc"
:goodsPromotionList="state.goodsPromotionList" :spesDesc="state.spesDesc" :shareType="ShareEnum.goods"
@hanldeShowGoodSku="hanldeShowGoodSku">
</GoodsDetail>