Loading... > js代码 ```js getDescBox() { this.$nextTick(function(){ uni.createSelectorQuery().in(this).select('.answer-sheet').boundingClientRect(result => { if (result) { console.log('==========', result) } else { this.getDescBox(); console.log("查找中"); } }).exec(); }) }, ``` > 异步 ```js return new Promise((res, rej) => { uni.createSelectorQuery().in(this).select('.answer-sheet').boundingClientRect(result => { res(result) }).exec(); }); ``` 最后修改:2021 年 10 月 15 日 © 允许规范转载 打赏 赞赏作者 微信 赞 0 如果觉得我的文章对你有用,请随意赞赏