var view = uni.createSelectorQuery().select(".list-right");
view.boundingClientRect(function(data) {
console.log(data.height);
}).exec();
var view = uni.createSelectorQuery().select(".list-right");
view.boundingClientRect(function(data) {
console.log(data.height);
}).exec();
本文标题:uni-app获取指定标签的高度
本文链接:https://www.haomeiwen.com/subject/nrydektx.html
网友评论