微信小程序头部导航栏返回键,返回到指定页面

  onUnload: function () {
    wx.reLaunch({
      url: '../my/my'
    })
  },

onUnload:参考微信小程序页面路由:

你可能感兴趣的:(微信小程序,小程序)