Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
d7330e9b
Commit
d7330e9b
authored
Jul 19, 2018
by
usgeek
Browse files
app.json页面调整
parent
7423f638
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/app.json
View file @
d7330e9b
...
...
@@ -35,40 +35,41 @@
"pages/about/index"
],
"window"
:
{
"navigationBarTitleText"
:
"litemall小程序商城"
,
"navigationBarTextStyle"
:
"#FFFFFF"
,
"navigationBarBackgroundColor"
:
"#696969"
,
"backgroundColor"
:
"#FFFFFF"
,
"backgroundTextStyle"
:
"dark"
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTitleText"
:
"仿网易严选"
,
"navigationBarTextStyle"
:
"black"
,
"enablePullDownRefresh"
:
true
"enablePullDownRefresh"
:
false
},
"tabBar"
:
{
"backgroundColor"
:
"#fafafa"
,
"borderStyle"
:
"white"
,
"selectedColor"
:
"#
b4282d
"
,
"selectedColor"
:
"#
AB956D
"
,
"color"
:
"#666"
,
"list"
:
[
{
"pagePath"
:
"pages/index/index"
,
"iconPath"
:
"static/images/ic_menu_choice_nor.png"
,
"selectedIconPath"
:
"static/images/
ic_menu_choice_press
ed.png"
,
"selectedIconPath"
:
"static/images/
home@select
ed.png"
,
"text"
:
"首页"
},
{
"pagePath"
:
"pages/catalog/catalog"
,
"iconPath"
:
"static/images/ic_menu_sort_nor.png"
,
"selectedIconPath"
:
"static/images/
ic_menu_sort_press
ed.png"
,
"selectedIconPath"
:
"static/images/
category@select
ed.png"
,
"text"
:
"分类"
},
{
"pagePath"
:
"pages/cart/cart"
,
"iconPath"
:
"static/images/ic_menu_shoping_nor.png"
,
"selectedIconPath"
:
"static/images/
ic_menu_shoping_press
ed.png"
,
"selectedIconPath"
:
"static/images/
cart@select
ed.png"
,
"text"
:
"购物车"
},
{
"pagePath"
:
"pages/ucenter/index/index"
,
"iconPath"
:
"static/images/ic_menu_me_nor.png"
,
"selectedIconPath"
:
"static/images/
ic_menu_me_press
ed.png"
,
"selectedIconPath"
:
"static/images/
my@select
ed.png"
,
"text"
:
"个人"
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment