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

pull/145/head
puhui999 2025-04-01 17:56:17 +08:00
parent 36b4880b26
commit 336e0efb8d
1 changed files with 3 additions and 3 deletions

View File

@ -96,8 +96,8 @@ const groupon = async (poster) => {
text: poster.shareInfo.link,
css: {
position: 'fixed',
left: width * 0.5,
top: width * 1.3,
left: width * 0.75,
top: width * 1.4,
width: width * 0.2,
height: width * 0.2,
},
@ -110,7 +110,7 @@ const groupon = async (poster) => {
css: {
position: 'fixed',
left: width * 0.75,
top: width * 1.3,
top: width * 1.4,
width: width * 0.2,
height: width * 0.2,
},