@@ -78,6 +78,11 @@ export default {
// #ifdef MP-WEIXIN
this.navHeight = uni.getMenuButtonBoundingClientRect().top
// #endif
+ // #ifdef APP-PLUS
+ if(uni.getSystemInfoSync().platform === 'android'){
+ this.navHeight = 50
+ }
+ // #endif
},
}
</script>