收藏
回答

skyline 稳定版和最新版 真机调试异常?

data: {
    commentHeight0
},
onReady() {
    const { windowHeight } =  wx.getWindowInfo()
    const query = wx.createSelectorQuery()
    query.select('.navbar').boundingClientRect()
    query.select('#video-player').boundingClientRect()
    query.exec(([ nav, video ]) => {
      this.setData({
        commentHeight`${windowHeight - nav.height - video.height}`
      })
    })
    this.videoContext = wx.createVideoContext('video-player')
  },

 


修改属性名称,还是注释代码 提示都很奇怪 还能提示到注释的代码上去(同样的报错)

最后一次编辑于  2024-12-17
回答关注问题邀请回答
收藏
登录 后发表内容