微信小程序右上角胶囊的信息

右上角胶囊的信息,包含width、height、top等
let rect= wx.getMenuButtonBoundingClientRect();
 
机型信息
let info=wx.getSystemInfoSync();
 
胶囊底部到手机最上面的距离
rect.bottom
 
胶囊三个点到屏幕右边的距离
info.screenWidth-rect.right+ rect.width*3/4+5
posted @ 2020-08-04 16:41  落落千鸟  阅读(1416)  评论(0编辑  收藏  举报