main
kgdxpr 5 months ago
parent 92633a2f9d
commit 56e0387d05

@ -34,8 +34,8 @@
tabbarIndex: 0, tabbarIndex: 0,
data: [{ data: [{
text: "首页", text: "首页",
iconPath: "../../static/images/6-2.png", iconPath: "../../static/icon_home.png",
selectedIconPath: "../../static/images/6-1.png", selectedIconPath: "../../static/icon_home_select.png",
pagePath: "/pages/index/index" pagePath: "/pages/index/index"
}, },
{ {
@ -58,8 +58,8 @@
}, },
{ {
text: "我的", text: "我的",
iconPath: "../../static/images/8-2.png", iconPath: "../../static/icon_me.png",
selectedIconPath: "../../static/images/8-1.png", selectedIconPath: "../../static/icon_me_select.png",
pagePath: "/pages/center/center" pagePath: "/pages/center/center"
}, },
] ]
@ -191,7 +191,7 @@
.tabbar-text-select { .tabbar-text-select {
font-weight: 900; font-weight: 900;
color: #409EFF; color: #222222;
} }
} }
} }

File diff suppressed because one or more lines are too long

@ -154,8 +154,8 @@ var _default = {
tabbarIndex: 0, tabbarIndex: 0,
data: [{ data: [{
text: "首页", text: "首页",
iconPath: "../../static/images/6-2.png", iconPath: "../../static/icon_home.png",
selectedIconPath: "../../static/images/6-1.png", selectedIconPath: "../../static/icon_home_select.png",
pagePath: "/pages/index/index" pagePath: "/pages/index/index"
}, { }, {
text: "动态", text: "动态",
@ -174,8 +174,8 @@ var _default = {
pagePath: "/pages/category/category" pagePath: "/pages/category/category"
}, { }, {
text: "我的", text: "我的",
iconPath: "../../static/images/8-2.png", iconPath: "../../static/icon_me.png",
selectedIconPath: "../../static/images/8-1.png", selectedIconPath: "../../static/icon_me_select.png",
pagePath: "/pages/center/center" pagePath: "/pages/center/center"
}] }]
}; };

@ -121,6 +121,6 @@ cover-view.data-v-8ad7aaf8 {
} }
.tabbar .tabbar-bg-box .tabbar-box .tabbar-item .tabbar-text-select.data-v-8ad7aaf8 { .tabbar .tabbar-bg-box .tabbar-box .tabbar-item .tabbar-text-select.data-v-8ad7aaf8 {
font-weight: 900; font-weight: 900;
color: #409EFF; color: #222222;
} }

@ -20,7 +20,7 @@
} }
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.7.8", "libVersion": "",
"appid": "wx6ab0b6b54c3361c0", "appid": "wx6ab0b6b54c3361c0",
"projectname": "dsApp", "projectname": "dsApp",
"condition": {}, "condition": {},

Loading…
Cancel
Save