// #ifdef APP-NVUE
const dom = weex.requireModule('dom')
// #endif
const result = dom.getComponentRect(this.$refs.examplebody, option => {
console.log('getComponentRect:', option)
this.$emit("getNavTab",option.size.height)
})
2023-12-04 14:36:47
// #ifdef APP-NVUE
const dom = weex.requireModule('dom')
// #endif
const result = dom.getComponentRect(this.$refs.examplebody, option => {
console.log('getComponentRect:', option)
this.$emit("getNavTab",option.size.height)
})