climblee / uv-ui

uv-ui 破釜沉舟之兼容vue3+2、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。
MIT License
726 stars 34 forks source link

uv-vtabs children为空导致数组越界访问 #56

Closed chentianxin closed 8 months ago

chentianxin commented 8 months ago

uni vue2 微信小程序项目 在uv-vtabs.vue中 初始化了childrencreated() { this.children = [] }, 之后children就没重新赋值了,导致点击左边的item数组越界访问clickHandler方法中this.contentScrollTop = this.children[currentIndex].top - this.$uv.getPx(this.hdHeight) - Math.random() * 4 - 4;但是this.children是空数组