就算是传参数在也不用在绑定事件的时候写(event)
注意这里是在vue中写的 所以有一个this指向问题 在箭头函数里 this指向的是document 这里赋值给that
在解绑的时候也不要写(event) 第三个参数是控制是否冒泡的
clickevent(event) {
//const playbox = ("PlayBox")[0];
//const boxindex = ((item) => item == playbox);//这里用到了event
//if (boxindex == -1) {
// = false;
("click", , true);
//}
},
listAndlyric() {
// = !;
const that = this;
//if () {
//this.$nextTick(() => {
("click", , true);
//});
//}
//},