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'
        }

      ]
    }

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM