WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2020-12-10 329ca79fb7400bfc603463f7739090914893c2f5
导航跳转页面跳出执行栈再执行
1 files modified
4 ■■■ changed files
layout/h5Page/CNavBar.vue 4 ●●● patch | view | raw | blame | history
layout/h5Page/CNavBar.vue
@@ -56,7 +56,9 @@
                return;
            }
            this.dropShow = false;
            Taro.navigateTo({ url: nav.url });
            setTimeout(() => {
                Taro.navigateTo({ url: nav.url });
            }, 0);
        },
        dropMenu() {
            this.dropShow = !this.dropShow;