页面上有个组件
在小程序内的状态
分享出去头部被遮挡 这是伙下拉时候状态
不下拉状态
还请大神们多指教
你好,先自查下代码看看。还有问题,详细描述下复现的流程,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
已经 解决了 可以判断 场景值这样把它顶下来 let sys= wx.getLaunchOptionsSync()
if(sys.scene===1154){
this.setData({
height: app.globalData.height*2+10,
navbarHeight: app.globalData.navbarHeight,
mineUserId: app.globalData.userid || null,
})
}else{
this.setData({
height: app.globalData.height,
navbarHeight: app.globalData.navbarHeight,
mineUserId: app.globalData.userid || null,
})
}