uin-app dynamically set the title

onReady(){
			uni.setNavigationBarTitle({
			    title:"NAME"
			});
		},

Read More: