Преглед на файлове

Merge branch 'master' into houxq

WINDOWS-7IFQK7E\EDY преди 1 година
родител
ревизия
fe8bfc0d7d
променени са 5 файла, в които са добавени 10 реда и са изтрити 5 реда
  1. 3 1
      src/pages/manage/jtjy/team.vue
  2. 1 0
      src/pages/xsd/wdbm/chapter.vue
  3. 2 0
      src/pages/xsd/wdbm/index.vue
  4. 2 2
      src/pages/zbkc/detail.vue
  5. 2 2
      src/pages/zbkc/detailIsLive.vue

+ 3 - 1
src/pages/manage/jtjy/team.vue

@@ -158,7 +158,9 @@ const ruleForm = ref({
 const handleClose = (type) => {
   dialogVisible.value = false;
   for (let key in ruleForm.value) {
-    ruleForm.value[key] = "";
+    if (key != "tjk_id") {
+      ruleForm.value[key] = "";
+    }
   }
   currentId.value = "";
 

+ 1 - 0
src/pages/xsd/wdbm/chapter.vue

@@ -119,6 +119,7 @@ if (route.params.tmk_id) {
 function getListData(name) {
     let data = {
         ...form_query,
+        M5jxrcL:''
     };
     if (msOrjt == 'tjkc') {
         Object.assign(data, {

+ 2 - 0
src/pages/xsd/wdbm/index.vue

@@ -350,6 +350,7 @@ function initData(name) {
   loading = true;
   let data = {
     ...form_query,
+    M5jxrcL:'',
     // creade_user_id: user.value.user_id,
   };
   if (name === tjkc_list) {
@@ -411,6 +412,7 @@ function getDetailList() {
   let data = {
     tbm_lclx,
     tbm_user_id: user.value.user_id,
+    M5jxrcL:'',
   };
   bm_list(data).then((res) => {
     if (res.code == "1") {

+ 2 - 2
src/pages/zbkc/detail.vue

@@ -56,7 +56,7 @@
                 </div>
                 <div class="mt-20px" v-if="chapter_info.vod_mp4_address && chapter_info.vod_mp4_address !== ''"
                     id="player-con"></div>
-                <div v-else-if="chapter_info.status == '3'"
+                <div v-else-if="chapter_info.status == '3' && !chapter_info.vod_mp4_address"
                     class="mt-20px w-full h-460px bg-hex-000 flex items-center justify-center text-hex-fff text-18px">
                     回看视频生成中……
                 </div>
@@ -126,7 +126,7 @@ function getChapterDetail() {
                     {
                         id: "player-con",
                         // source: res.data.one_info.tzk_video_file?.split('|')[0],
-                        source: res.data.one_info.pull_m3u8_address,
+                        source: res.data.one_info.vod_mp4_address,
                         width: "100%",
                         height: "460px",
                         autoplay: false,

+ 2 - 2
src/pages/zbkc/detailIsLive.vue

@@ -44,8 +44,8 @@
                                         </div>
                                         <div class="d-line"></div>
                                         <div class="w-100px h-100px">
-                                            <qrcode-vue v-if="chapter_info.tzk_video_file"
-                                                :value="chapter_info.ttz_video_file" size="100" level="H" />
+                                            <qrcode-vue v-if="chapter_info.pull_m3u8_address"
+                                                :value="chapter_info.pull_m3u8_address" size="100" level="H" />
                                         </div>
                                         <h3 class="ml-15px text-12px text-black">手机扫码分享</h3>
                                     </div>