|
@@ -166,8 +166,7 @@ export default {
|
|
|
uni.$emit('getSection', this.menuItem)
|
|
|
uni.$off('playEnd')
|
|
|
uni.$on('playEnd',res => {
|
|
|
- console.log(1)
|
|
|
- uni.$off('playEnd')
|
|
|
+ console.log('playEnd2')
|
|
|
this.$emit('playEnd')
|
|
|
})
|
|
|
}
|
|
@@ -194,8 +193,7 @@ export default {
|
|
|
uni.$emit('getChannel', this.menuItem)
|
|
|
uni.$off('playEnd')
|
|
|
uni.$on('playEnd',res => {
|
|
|
- console.log('playEnd')
|
|
|
- uni.$off('playEnd')
|
|
|
+ console.log('playEnd1')
|
|
|
this.$emit('playEnd')
|
|
|
})
|
|
|
|