摘要: this.idcards.push(arr) 这个无效 就知道了 vuejs有个跟push相同的方法 console.log(this.list.push.toString()) 这个push是个同名方法并非 native 的 array push只有用它这个“假”方法才能运行监听函数更新视图 你直 阅读全文
posted @ 2017-08-29 18:01 luckylou 阅读(1484) 评论(0) 推荐(0)