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

时间:2019-10-07 16:21:07   收藏:0   阅读:615
onUnload: function () {
        wx.reLaunch({
            url: ‘../me/order-detail‘,
        })
    },
//这里url搞相对路径

技术分享图片

 

原文:https://www.cnblogs.com/ll15888/p/11630705.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!