Compare commits

..

No commits in common. "eaa5d94202f45895cb9899ba16b63f8a906bb85d" and "c0f4d256b9e8ff1af217cc6e734f79fdb5d2f14d" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -906,13 +906,6 @@ export default {
}, 1000);
},
beforeDestroy() {
//
if (this.player) {
// this.player.dispose();
this.player.stop()
this.player.destroy()
this.player = null
}
clearInterval(this.timer_) && this.timer_;
},
methods: {

View File

@ -1527,11 +1527,7 @@ export default {
//1234
var statusData = { name: el.nickName, type: 16, id: el.id, open: res.data.data[(1196 + ((el.id - 34) * 3))], progress: res.data.data[(1198 + ((el.id - 34) * 3))], index: res.data.data[(1197 + ((el.id - 34) * 3))], count: 0 }
statusList.push(statusData)
} else if (el.id ==38) {
//
var statusData = { name: el.nickName, type:11, id: el.id, open: res.data.data['1160'], progress: 0, index: res.data.data['1161'], count: res.data.data['1162'] }
statusList.push(statusData)
}
}
})