|
@@ -25,25 +25,25 @@ Component({
|
|
|
selectedColor: "#32CA69",
|
|
|
mask: false,
|
|
|
listTab: [{
|
|
|
- "pagePath": "/pages/message/index",
|
|
|
- "text": "消息",
|
|
|
- "iconPath": "/static/message.png",
|
|
|
- "selectedIconPath": "/static/message2.png"
|
|
|
- }, {
|
|
|
"pagePath": "/pages/resource/index",
|
|
|
"text": "资源",
|
|
|
"iconPath": "/static/activity.png",
|
|
|
"selectedIconPath": "/static/activity2.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/message/index",
|
|
|
+ "text": "消息",
|
|
|
+ "iconPath": "/static/message.png",
|
|
|
+ "selectedIconPath": "/static/message2.png"
|
|
|
}, {
|
|
|
"pagePath": "/pages/my/index",
|
|
|
"text": "我的",
|