【缺陷修复】修复拼团邀请小程序码位置
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user