shuishen
2022-03-25 326952ad4052d373c484d9cfcbbec6b583438205
Merge branch 'master' of http://192.168.0.105:10010/r/school-web
2 files modified
13 ■■■■ changed files
src/components/mobilePopupOurAfter/index.vue 5 ●●●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue 8 ●●●● patch | view | raw | blame | history
src/components/mobilePopupOurAfter/index.vue
@@ -194,13 +194,14 @@
      ],
      openData6: [{ name: "停车场", type: 11, method: getListLifeOnce }],
      openData5: [{ name: "出入口", type: 12, method: getListLifeOnce }],
      useHD: false,
      useHD: true,
    };
  },
  mounted() {
    this.getActivitys();
    if (this.useHD) {
      this.choiceDataDown[3] = { name: "" };
      this.choiceDataDown.pop();
      this.choiceDataDown.push({ name: "" });
    }
  },
  methods: {
src/components/mobileWindow/index.vue
@@ -42,7 +42,13 @@
        <div class="mobile-popup-imgs-h-close">
          <i class="el-icon-close icon" @click="closeWindow"></i>
        </div>
        <video :src="video" controls="controls" autoplay v-if="video"></video>
        <!-- <video :src="video" controls="controls" autoplay v-if="video"></video> -->
        <playVideo
          :src="video"
          controls="controls"
          autoplay
          v-if="video"
        ></playVideo>
        <!-- <img :src="url" alt="" v-show="url && !video" /> -->
        <!-- style="width: 100px; height: 100px" -->
        <el-image