James 4 年之前
父节点
当前提交
6b66f62525
共有 1 个文件被更改,包括 0 次插入7 次删除
  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: {