采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
let _this = this // 匿名函数 _this.$refs.player.addEventListener('canplay', function () { _this.duration = this.duration }, false) // 箭头函数 _this.$refs.player.addEventListener('canplay', () => { _this.duration = this.duration }, false)
请教一下老师为什么
匿名函数会有问题吧,匿名函数中的 this.duration 的 this 不会指向组件实例
登录后可查看更多问答,登录/注册
Vue.js高级知识应用大集合,实战企业级APP,教你搞定组件化开发。
1.6k 32
2.0k 31
1.6k 26
1.5k 25
1.9k 24