Browse Source

Merge branch 'master' of ssh://git.xingtongworld.com:10022/xioayue/guaguale_uniapp

# Conflicts:
#	pages/home/home.vue
master
luyisha 2 years ago
parent
commit
5eab9e1edf
  1. 4
      pages/home/home.vue

4
pages/home/home.vue

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

Loading…
Cancel
Save