Commit 4e32c4d6 by 陈玉桐

fix 背景色

parent 71f3464b
{ {
"pages": [ "pages": [
"pages/index/index", "pages/index/index",
"pages/eyesight/eyesight",
"pages/childInfo/childInfo",
"pages/trainReport/trainReport", "pages/trainReport/trainReport",
"pages/setting/setting", "pages/setting/setting",
"pages/updatePlan/updatePlan", "pages/updatePlan/updatePlan",
...@@ -9,8 +11,6 @@ ...@@ -9,8 +11,6 @@
"pages/trainSort/trainSort", "pages/trainSort/trainSort",
"pages/starSort/starSort", "pages/starSort/starSort",
"pages/historyDetail/historyDetail", "pages/historyDetail/historyDetail",
"pages/childInfo/childInfo",
"pages/eyesight/eyesight",
"pages/user/user", "pages/user/user",
"pages/mine/mine", "pages/mine/mine",
"pages/idea/idea", "pages/idea/idea",
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
], ],
"window": { "window": {
"backgroundTextStyle": "dark", "backgroundTextStyle": "dark",
"backgroundColor": "#e6ece5",
"navigationBarBackgroundColor": "#353535", "navigationBarBackgroundColor": "#353535",
"navigationBarTitleText": "欧欧家长端", "navigationBarTitleText": "欧欧家长端",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
......
...@@ -113,8 +113,7 @@ Page({ ...@@ -113,8 +113,7 @@ Page({
method: 'POST', method: 'POST',
data: { data: {
token: wx.getStorageSync('token'), token: wx.getStorageSync('token'),
// historyId: options.historyId historyId: options.historyId
historyId: 15
}, },
success: function (res) { success: function (res) {
// 请求成功后关闭Loading // 请求成功后关闭Loading
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
background-color: #e6ece5; background-color: #e6ece5;
} }
page{ page{
background: #e6ece5; background-color: #e6ece5;
} }
/* .swiperCon{ /* .swiperCon{
border-radius:20rpx; border-radius:20rpx;
...@@ -465,7 +465,7 @@ page{ ...@@ -465,7 +465,7 @@ page{
} }
/* 底部灰色 */ /* 底部灰色 */
#indexBottom{ #indexBottom{
height: 115rpx; height: 45rpx;
width: 100%; width: 100%;
background: #e6ece5; background: #e6ece5;
} }
......
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