CSS 属性 safe-area-inset-bottom
safe-area-inset-bottom 就是安全区的高度
padding-bottom:env(safe-area-inset-bottom);
wx.getSystemInfoSync()
wx.getSystemInfoSync()可以获取系统信息
let system = wx.getSystemInfoSync()
let bottomSafe = system.screenHeight - system.safeArea.bottom