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
f987da93
Commit
f987da93
authored
Sep 17, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/tabtab_lvtz' into wxl-develop
parents
5c6a62b0
fc06c9de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
index.js
src/pages/growthrecord/index.js
+4
-3
index.wxss
src/pages/growthrecord/index.wxss
+3
-1
No files found.
src/pages/growthrecord/index.js
View file @
f987da93
...
...
@@ -352,10 +352,11 @@ Page({
}
})
},
// 弹幕(暂定
不跟校区班级
走)
// 弹幕(暂定
跟校区
走)
getRandrank
(){
let
otherParams
=
(
this
.
data
.
id
&&
this
.
data
.
id
!=
0
)
?
{
class_id
:
this
.
data
.
id
}
:
{
school_id
:
this
.
data
.
sid
}
getRandrank
(
otherParams
).
then
((
res
)
=>
{
getRandrank
({
school_id
:
this
.
data
.
sid
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
setData
({
randrankData
:
res
.
data
.
list
...
...
src/pages/growthrecord/index.wxss
View file @
f987da93
...
...
@@ -290,6 +290,9 @@
.get-student{
padding-top: 30rpx;
background: #fff;
display: flex;
justify-content: center;
overflow: hidden;
}
/* 预约 领取 */
.booking-box{
...
...
@@ -302,7 +305,6 @@
align-items: center;
justify-content: center;
position: relative;
margin: 0 auto;
}
.booking-failed{
background: linear-gradient(270deg,rgba(255,52,52,1) 0%,rgba(255,52,109,1) 100%);
...
...
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