소스 검색

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

wangfei 6 년 전
부모
커밋
a601ee829b
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9
    0
      src/pages/page3.vue

+ 9
- 0
src/pages/page3.vue 파일 보기

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