vue-infinite-scroll icon indicating copy to clipboard operation
vue-infinite-scroll copied to clipboard

路由切换的时候,从index切换到hot,再切回去,下拉的时候执行的是hot页面的infinite函数

Open shuangbofu opened this issue 8 years ago • 2 comments
trafficstars

电脑chrome浏览器会这样,手机端也是

shuangbofu avatar May 20 '17 12:05 shuangbofu

我也遇到同样的问题了 有A,B两个页面 先进A再进B,最后再回到A 往下拉,再回到B 会发现B的数据加载了很多 是不是因为他们用的是一个实例啊

dsaco avatar Jun 07 '17 07:06 dsaco

activated() { this.atThisPage = true }, deactivated() { this.atThisPage = false }, 刷新页面的时候判断一下atThisPage可以解决这个问题,但是有没有更好的方法

dsaco avatar Jun 07 '17 07:06 dsaco