Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
wangxuelai
wechatapp.shangjiadao.com
Commits
b591f4a9
Commit
b591f4a9
authored
Sep 12, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ca309eaf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1203 additions
and
495 deletions
+1203
-495
api.js
constants/api.js
+1
-0
rankingList.js
service/customer/rankingList.js
+10
-1
index.js
src/pages/growthrecord/index.js
+454
-132
index.json
src/pages/growthrecord/index.json
+3
-0
index.wxml
src/pages/growthrecord/index.wxml
+161
-92
index.wxss
src/pages/growthrecord/index.wxss
+573
-269
index.wxss
src/pages/websiteindex/index.wxss
+1
-1
No files found.
constants/api.js
View file @
b591f4a9
...
...
@@ -96,6 +96,7 @@ const apis = {
likeWeekList
:
`
${
api
}
consumer/clock/rank/like_week_index`
,
likeDailyList
:
`
${
api
}
consumer/clock/rank/like_daily_index`
,
classhonors
:
`
${
api
}
student/class/honors`
,
randrank
:
`
${
api
}
student/rand_rank`
,
//成长记录页弹幕
},
circleMember
:
{
listGet
:
`
${
api
}
student/class/students`
...
...
service/customer/rankingList.js
View file @
b591f4a9
...
...
@@ -59,6 +59,14 @@ function getClasshonors(data) {
errorresolve
:
1
,
})
}
function
getRandrank
(
data
)
{
return
wxRequest
({
url
:
apis
.
customer
.
rankingList
.
randrank
,
data
,
method
:
'GET'
,
errorresolve
:
1
,
})
}
export
{
getTotalList
,
getWeekList
,
...
...
@@ -66,5 +74,6 @@ export {
getLikeTotalList
,
getLikeWeekList
,
getLikeDailyList
,
getClasshonors
getClasshonors
,
getRandrank
}
\ No newline at end of file
src/pages/growthrecord/index.js
View file @
b591f4a9
This diff is collapsed.
Click to expand it.
src/pages/growthrecord/index.json
View file @
b591f4a9
...
...
@@ -2,6 +2,9 @@
"navigationBarTitleText"
:
"成长记录"
,
"onReachBottomDistance"
:
100
,
"enablePullDownRefresh"
:
true
,
"navigationBarBackgroundColor"
:
"#494949"
,
"navigationBarTextStyle"
:
"white"
,
"backgroundColorTop"
:
"#494949"
,
"usingComponents"
:
{
"clock-item"
:
"../../components/clockitemv2"
,
"empty-content"
:
"../../../components/emptycontent"
,
...
...
src/pages/growthrecord/index.wxml
View file @
b591f4a9
This diff is collapsed.
Click to expand it.
src/pages/growthrecord/index.wxss
View file @
b591f4a9
This diff is collapsed.
Click to expand it.
src/pages/websiteindex/index.wxss
View file @
b591f4a9
...
...
@@ -380,7 +380,7 @@ page{
left: 50%;
transform: translateX(-50%);
opacity: .9;
z-index: 9
99
;
z-index: 9;
padding-bottom: env(safe-area-inset-bottom);
animation: modalmoveup 0.2s linear forwards;
}
...
...
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