Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-program
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈玉桐
wx-program
Commits
4e32c4d6
Commit
4e32c4d6
authored
Oct 15, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 背景色
parent
71f3464b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app.json
app.json
+3
-2
historyDetail.js
pages/historyDetail/historyDetail.js
+1
-2
index.wxss
pages/index/index.wxss
+2
-2
No files found.
app.json
View file @
4e32c4d6
{
"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"
...
...
pages/historyDetail/historyDetail.js
View file @
4e32c4d6
...
...
@@ -113,8 +113,7 @@ Page({
method
:
'POST'
,
data
:
{
token
:
wx
.
getStorageSync
(
'token'
),
// historyId: options.historyId
historyId
:
15
historyId
:
options
.
historyId
},
success
:
function
(
res
)
{
// 请求成功后关闭Loading
...
...
pages/index/index.wxss
View file @
4e32c4d6
...
...
@@ -9,7 +9,7 @@
background-color: #e6ece5;
}
page{
background: #e6ece5;
background
-color
: #e6ece5;
}
/* .swiperCon{
border-radius:20rpx;
...
...
@@ -465,7 +465,7 @@ page{
}
/* 底部灰色 */
#indexBottom{
height:
11
5rpx;
height:
4
5rpx;
width: 100%;
background: #e6ece5;
}
...
...
Write
Preview
Markdown
is supported
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