最新回答 / 游泳的牛
if (newVal !== oldVal && newVal.currentPage !== oldVal.currentPage) {把代碼中這個(gè)判斷改成if (newVal !== oldVal ) {就可以實(shí)現(xiàn)了
2016-07-26