Explorar el Código

新增导航高度返回

sys hace 3 años
padre
commit
afda180593
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/en-utils/en-nav/en-nav.vue

+ 1 - 0
components/en-utils/en-nav/en-nav.vue

@@ -85,6 +85,7 @@
           self.statusBarH = e.statusBarHeight + 10
           let custom = wx.getMenuButtonBoundingClientRect()
           self.customBarH = custom.height
+          self.$emit('navHeight', self.customBarH-10)
         }
       })
     }