>》>》>》>》

微信小程序返回箭头跳转到指定页面

onUnload: function () {
        wx.reLaunch({
            url: '../me/order-detail',
        })
    },
//这里url搞相对路径

wx.reLaunch跳到新页面没有返回箭头
wx.redirectTo,wx.navigateTo试试

 

posted @ 2019-10-07 15:58  大、锤  阅读(5636)  评论(0编辑  收藏  举报