mounted()里面的timer在创建之后就被销毁了,而mothods()里面的this.timer正常情况下应该是undefined,正确写法mounted()改成this.timer=setInterval(this.show,1000)