uniApp动态修改页面标题

1,865 阅读1分钟
methods: {
    updateTitle() {
        wx.setNavigationBarTitle({
              title: '趣味表情'
          })
    }
}