|
@@ -15,6 +15,38 @@ Page({
|
|
|
limit: 20, //一页20条数据
|
|
|
requestState: true, //默认是可以向下请求的
|
|
|
loginStatic: false, //登陆状态,默认为false
|
|
|
+ tabBar: {
|
|
|
+ "color": "#2d2d2d",
|
|
|
+ "selectedColor": "#e81021",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#fff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "/pages/index/index",
|
|
|
+ "iconPath": "../../images/news/home.png",
|
|
|
+ "selectedIconPath": "images/news/home_select.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "/pages/kind/index",
|
|
|
+ "iconPath": "../../images/news/classify.png",
|
|
|
+ "selectedIconPath": "images/news/classify_select.png",
|
|
|
+ "text": "分类"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "/pages/car/index",
|
|
|
+ "iconPath": "../../images/news/car.png",
|
|
|
+ "selectedIconPath": "images/news/car_select.png",
|
|
|
+ "text": "购物车"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "/pages/mine/mine",
|
|
|
+ "iconPath": "../../images/news/user.png",
|
|
|
+ "selectedIconPath": "images/news/user_select.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
/**
|