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

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

技术图片