},//文本框失去焦点事件bindInputblur:function(e){// console.log(e.detail.value)this.data.inputValue= e.detail.value},//发送弹幕内容bindSendDanmu :function(e){//设置弹幕颜色varcolor=""if(this.data.isRandomColor){//随机颜色color =this.getRandomColor() }else{ color =this.data.numberColor...