最新回答 / 游泳的牛
if (newVal !== oldVal && newVal.currentPage !== oldVal.currentPage) {把代码中这个判断改成if (newVal !== oldVal ) {就可以实现了
2016-07-26