Browse Source

init

undefined
wangxiaohua 2 years ago
parent
commit
f6255d32f6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/mine/details2.vue

+ 2
- 2
pages/mine/details2.vue View File

@@ -566,14 +566,14 @@
//暂停 //暂停
// this.innerAudioContext.pause() // this.innerAudioContext.pause()
// 销毁 // 销毁
this.innerAudioContext.destroy();
// this.innerAudioContext.destroy();
}, },
// 销毁实例 // 销毁实例
onUnload: function() { onUnload: function() {
//暂停 //暂停
// this.innerAudioContext.pause() // this.innerAudioContext.pause()
// 销毁 // 销毁
this.innerAudioContext.destroy();
// this.innerAudioContext.destroy();
}, },
methods: { methods: {
argece(item){ argece(item){


Loading…
Cancel
Save