@@ -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: {