bug
This commit is contained in:
@@ -45,11 +45,10 @@ export default {
|
||||
this.tabIndex = e.tabIndex
|
||||
}
|
||||
let info = uni.createSelectorQuery().select(".tab");
|
||||
info.boundingClientRect((data)=> { //data - 各种参数
|
||||
this.tabHeight = data.height
|
||||
console.log(this.tabHeight)
|
||||
}).exec()
|
||||
|
||||
info.boundingClientRect((data)=> { //data - 各种参数
|
||||
this.tabHeight = data.height
|
||||
console.log(this.tabHeight)
|
||||
}).exec()
|
||||
},
|
||||
onShow() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user