# Conflicts: # pages/home/home.vue
@ -183,11 +183,11 @@
}, 500)
},
onHide() {
if(this.userType=='user' && this.isPlay){
this.isPlay = false;
this.innerAudioContext.pause();
}
created() {
this.userType = uni.getStorageSync('userType');