【缺陷修复】修复拼团邀请小程序码位置
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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue