微信小程序返回箭头跳转到指定页面
时间: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)