taro设置小程序标题

  setTitle() {
    
    
    const title = '短视频'
    Taro.setNavigationBarTitle({
    
    title})
  }
  componentDidMount(){
    
    
    this.setTitle()
  }

猜你喜欢

转载自blog.csdn.net/qq_26889291/article/details/121364913