赞
踩
onUnload: function () {
//跳转指定页 wx.reLaunch({ url: '../logs/logs' })
//返回前一页
wx.navigateBack({ delta: 1 })
},