liuzhenghui
liuzhenghui
@wangdahoo render.js里新增一个回调 ``` return function (left, top, zoom) { if (typeof callback === 'function') { callback({ left:left, top:top, zoom:zoom }) } content.style[transformProperty] = 'translate3d(' + (-left) + 'px,' + (-top)...
这里简单的判断了宽高为0的情况,希望作者能及时的修复这类bug Scroller.vue line number :344 let flag = this.content.offsetHeight && this.container.clientHeight // 宽高不为0 flag = flag && (top + 60 > this.content.offsetHeight - this.container.clientHeight ) if (flag) { if (this.loadingState)...