用uniApp修改小程序某个页面导航栏的标题

要修改此标题:

uni.setNavigationBarTitle({
  title: '添加桌号'
})

原文地址:https://www.cnblogs.com/qianxiaoniantianxin/p/14470072.html