收藏
回答

真机调试:页面引用组件第一没法识别自定义属性,第二调用setData 报错

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 最新版本与稳定版本都尝试 ,skyline
Component({
  data: {
    commentHeight0
  },
  lifetimes: {
    ready: function() {
      const { windowHeight } = wx.getWindowInfo()
      this.setData({
        commentHeight`${windowHeight - 92 - 220}`
      })
    }
  },

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