Browse Source

fix(elevator): navbar not working in taro h5 (#1175)

Sun 3 years ago
parent
commit
2438911f4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/elevator/index.taro.vue

+ 1 - 1
src/packages/__VUE/elevator/index.taro.vue

@@ -184,7 +184,7 @@ export default create({
 
     onMounted(() => {
       if (Taro.getEnv() === 'WEB') {
-        calculateHeight();
+        nextTick(calculateHeight);
       } else {
         eventCenter.once((getCurrentInstance() as any).router.onReady, () => {
           calculateHeight();