uni.createSelectorQuery()
.selectAll(tag)
.boundingClientRect(function(rect:any) {
console.log(rect);
that.sheight = rect[that.currentTab].height;
uni.hideLoading();
}).exec();
报错为
08:44:54.241 [tsl] ERROR at pages\category\category.vue:181
08:44:54.241 TS2339:Property 'exec' does not exist on type 'void'.
08:44:54.241 [tsl] ERROR at pages\news\news.vue:265
08:44:54.241 TS2339:Property 'exec' does not exist on type 'void'.
08:44:54.241 ERROR Build failed with errors.
0 个回复