the company has a need to monitor the page height of all its Mini Program, so in fact, the View in the page is ever-changing, and there may be tens of thousands of customized by merchants, which leads to the inapplicability of wx.createSelectorQuery (). Select ("- sharpid")
and wx.createSelectorQuery (). Select (".class")
, but Mini Program does not support the use of wx.createSelectorQuery (). Select ("Page")
. Is there any other way to achieve a similar effect?