Fork me on GitHub

uni-app中showModel会阻碍 uni.navigateBack跳转

       // #ifdef  H5
    uni.navigateBack({
        delta: 2
    });
    //#endif
    uni.navigateBack({
        delta: 1
    });  


如果页面有showModel这类弹窗 

    uni.navigateBack({});        跳转不出去

 

posted @ 2019-08-26 16:32  欢欢11  阅读(2233)  评论(0编辑  收藏  举报