From 2fd26a4d48e95d24bb8e5fd9631b0730e284dc74 Mon Sep 17 00:00:00 2001 From: liuzewei <909920273@qq.com> Date: Sun, 26 Sep 2021 20:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91,=E9=9F=B3=E9=A2=91,=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sce/sceInfo/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue index df0ce68..b6b3366 100644 --- a/src/views/sce/sceInfo/index.vue +++ b/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;