Commit 055999e3 by wangjian

1

parent 366d30ba
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom", "navigationStyle": "custom",
"backgroundColor":"#F5F5F5", "backgroundColor":"#F5F5F5",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white"
} }
} }
...@@ -126,7 +127,8 @@ ...@@ -126,7 +127,8 @@
"navigationBarTitleText": "订单详情", "navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle":"custom", "navigationStyle":"custom",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white"
} }
} }
,{ ,{
...@@ -136,7 +138,8 @@ ...@@ -136,7 +138,8 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle":"custom", "navigationStyle":"custom",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment