Browse Source

视频,音频,图片回显

dev
liuzewei 3 years ago
parent
commit
2fd26a4d48
1 changed files with 4 additions and 4 deletions
  1. 8
      src/views/sce/sceInfo/index.vue

8
src/views/sce/sceInfo/index.vue

@ -1788,8 +1788,8 @@ export default {
url: res.data.wjUrl,
processNames: "",
title: res.data.wjDx,
mediaType: 1,
sourceType: 2
mediaType: 2,
sourceType: 1,
});
this.loadingAudio = false;
this.musicType = true;
@ -1805,8 +1805,8 @@ export default {
url: res.data.wjUrl,
processNames: "",
title: res.data.wjDx,
mediaType: 1,
sourceType: 3
mediaType: 3,
sourceType: 1
});
this.loading = false; //
this.radioType = true;

Loading…
Cancel
Save