Browse Source

Merge branch 'master' of http://git.ycjcjy.com/welcome/screen

wangfei 6 years ago
parent
commit
a601ee829b
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      src/pages/page3.vue

+ 9
- 0
src/pages/page3.vue View File

@@ -168,8 +168,17 @@ export default {
168 168
       }
169 169
     }, 1000)
170 170
   },
171
+  mounted () {
172
+  },
171 173
   updated () {
172 174
     this.$nextTick(() => {
175
+      // const ados = window.document.getElementsByTagName('audio')
176
+      // if (ados && ados.length) {
177
+      //   Array.prototype.forEach.call(ados, (ado) => {
178
+      //     ado.muted = false
179
+      //     ado.play()
180
+      //   })
181
+      // }
173 182
     })
174 183
   },
175 184
   methods: {