小游戏中 UserInfoButton怎么居中啊!
var info = wx.getSystemInfoSync() 在user’InfoButton的style属性中 left或者right设置属性尾info.screenWidth/2-(icon的宽度/2)就可以了 比如你的icon宽度为360 那么left:info.screenWidth/2-180就ok了