mpvue中主main.js的編寫

 //整個頭部的界面樣式設置↓
    window: {
      backgroundTextStyle: 'light',
      navigationBarBackgroundColor: '#1b82d1',
      navigationBarTitleText: '定義名字',
      navigationBarTextStyle: '#fefefe'
    },

    //底部導航欄的設置↓
    tabBar: {
      color: '#aaa',
      selectedColor: '#1b82d1',
      backgroundColor: '#fff',
      list: [{
          'pagePath': 'pages/default/main',
          'text': '首頁',
          'iconPath': '/static/images/shouye00.png',
          'selectedIconPath': '/static/images/shouye01.png'
        }, {
          'pagePath': 'pages/default/main',
          'text': '熱搜',
          'iconPath': '/static/images/hot00.png',
          'selectedIconPath': '/static/images/hot01.png'
        }, {
          'pagePath': 'pages/default/main',
          'text': '個人',
          'iconPath': '/static/images/my00.png',
          'selectedIconPath': '/static/images/my01.png'
        }

      ]
    }
相關文章
相關標籤/搜索