Taro 动态修改头部导航文字

export default class Index extends Component {
	   ......
	   Taro.setNavigationBarTitle({
	      title: this.$router.params.name
	    })
	    ......
}

你可能感兴趣的:(Taro)