【缺陷修复】修复拼团邀请小程序码位置

This commit is contained in:
puhui999
2025-04-01 17:56:17 +08:00
parent 36b4880b26
commit 336e0efb8d
@@ -96,8 +96,8 @@ const groupon = async (poster) => {
text: poster.shareInfo.link, text: poster.shareInfo.link,
css: { css: {
position: 'fixed', position: 'fixed',
left: width * 0.5, left: width * 0.75,
top: width * 1.3, top: width * 1.4,
width: width * 0.2, width: width * 0.2,
height: width * 0.2, height: width * 0.2,
}, },
@@ -110,7 +110,7 @@ const groupon = async (poster) => {
css: { css: {
position: 'fixed', position: 'fixed',
left: width * 0.75, left: width * 0.75,
top: width * 1.3, top: width * 1.4,
width: width * 0.2, width: width * 0.2,
height: width * 0.2, height: width * 0.2,
}, },