James hace 4 años
padre
commit
6b66f62525
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      src/pages/index/index.vue

+ 0 - 7
src/pages/index/index.vue

@@ -26,13 +26,6 @@ export default {
   computed: {},
   watch: {},
   created() {
-    // this.$showLoading();
-    const that = this;
-    this.$nextTick(() => {
-      document.getElementById("startvideo").addEventListener("canplay", () => {
-        that.$hideLoading();
-      });
-    });
   },
   mounted() {},
   methods: {