Commit 4e32c4d6 by 陈玉桐

fix 背景色

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