为啥不用箭头函数呢 setTimeout(() => { wx.createSelectorQuery().select().boundingClientRect((rect) => { this.setData() }) }, 500)
你换个变量名 self也是关键字