可以使用setNavigationBarTitle方法动态设置页面标题

wx.setNavigationBarTitle({
        title: options.name,
      })

 

相关文章: