|
@@ -15,20 +15,20 @@ Component({
|
|
|
color: "#999999",
|
|
|
selectedColor: "#32CA69",
|
|
|
listTab: [{
|
|
|
- "pagePath": "/pages/my/index",
|
|
|
- "text": "我的",
|
|
|
- "iconPath": "/static/my.png",
|
|
|
- "selectedIconPath": "/static/my2.png"
|
|
|
+ "pagePath": "/pages/works/index",
|
|
|
+ "text": "作品",
|
|
|
+ "iconPath": "/static/zp.png",
|
|
|
+ "selectedIconPath": "/static/zp2.png"
|
|
|
}, {
|
|
|
"pagePath": "/pages/index/index",
|
|
|
"text": "推荐",
|
|
|
"iconPath": "/static/tj.png",
|
|
|
"selectedIconPath": "/static/tj2.png"
|
|
|
}, {
|
|
|
- "pagePath": "/pages/works/index",
|
|
|
- "text": "作品",
|
|
|
- "iconPath": "/static/zp.png",
|
|
|
- "selectedIconPath": "/static/zp2.png"
|
|
|
+ "pagePath": "/pages/my/index",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "/static/my.png",
|
|
|
+ "selectedIconPath": "/static/my2.png"
|
|
|
}]
|
|
|
},
|
|
|
|