|
@@ -451,8 +451,14 @@ export default {
|
|
|
},
|
|
|
async swichzbVideo(switchzjr) {
|
|
|
//
|
|
|
- const newdatas = [];
|
|
|
const mainstrem_ = _.find(this.stremlist, { type: 'mainr' });
|
|
|
+ const newdatas = [];
|
|
|
+ if (switchzjr) {
|
|
|
+ const othestrem_ = _.find(this.stremOtherlist, { switchzjrid: switchzjr, type: 'other' });
|
|
|
+ if (othestrem_) {
|
|
|
+ this.stermStop(othestrem_.strem);
|
|
|
+ }
|
|
|
+ }
|
|
|
if (mainstrem_) {
|
|
|
newdatas.push(mainstrem_);
|
|
|
this.$set(this, `stremlist`, newdatas);
|