fix:拼团分享海报时,拼团人数不正确的问题

This commit is contained in:
YunaiV
2025-04-26 19:18:15 +08:00
parent 50973a9a30
commit 70f9c004ea
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -193,7 +193,6 @@
@close="state.showSelectSku = false"
/>
</view>
</view>
<s-empty v-if="!state.data && !state.loading" icon="/static/goods-empty.png" />
@@ -244,6 +243,7 @@
title: state.data.headRecord.spuName, // 商品标题
image: sheep.$url.cdn(state.data.headRecord.picUrl), // 商品主图
price: fen2yuan(state.data.headRecord.combinationPrice), // 商品价格
grouponNum: state.data.headRecord.userSize, // 拼团人数
},
);
});