Applet top navigation bar is not centered title

Applet default left home in the andriod, ios centered

Solution: Customize the Navigation Bar

♦ applet to remove the top navigation bar 

window: {
      backgroundTextStyle: 'light',
      navigationBarBackgroundColor: '#666',
    navigationStyle:
'custom'

 

Guess you like

Origin www.cnblogs.com/223zzm/p/11272415.html