WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-01-06 9b5d2b2994faf3db15fbda99c4390b4a505fd506
导航返回键改用Taro api
1 files modified
2 ■■■ changed files
layout/h5Page/CNavBar.vue 2 ●●● patch | view | raw | blame | history
layout/h5Page/CNavBar.vue
@@ -49,7 +49,7 @@
    },
    methods: {
        onGoBack() {
            window.history.go(-1);
            Taro.navigateBack();
        },
        onGoNav(nav) {
            if (!nav.url) {