赞
踩
app.config.ts:
- export default {
- pages: [
- 'pages/index/index',
- 'pages/hall/index/index',
- 'pages/shops/index/index',
- 'pages/user/index/index'
- ],
- window: {
- backgroundTextStyle: 'light',
- navigationBarBackgroundColor: '#34C266',
- navigationBarTitleText: 'WeChat',
- navigationBarTextStyle: 'white'
- },
- tabBar: {
- custom:true,
- color: "#B1B1B1",
- selectedColor: "#34C266",
- backgroundColor: "#F8F8F8",
- list: [
- {
- pagePath: "pages/index/index",
- text: "首页",
- iconPath: "assets/icons/ic_home.png",
- selectedIconPath: "assets/icons/ic_home_active.png",
- },
- {
- pagePath: "pages/hall/index/index",
- text: "供需大厅",
- iconPath: "assets/icons/ic_hall.png",
- selectedIconPath: "assets/ico

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。