& lt view id = ' viewID ' & gt
& lt view id ="scriptID " >의 내용입니다.
var query = wx . createselectquery();
//Select id
query.select('#numID '). boundingClientRect()
query.select('#scriptID '). boundingClientRect()
query.exec(function (res) {
? //res는 mjltest로 표시된 모든 요소에 대한 정보 배열입니다.
?Console.log ('all:', res);
? // 높이를 가져옵니다
?that.setData({
스토리 높이:그 . data . detail height-(RES[0]). 높이 + 해상도[1]. 높이)
?}})
});