Commit 151e6ab9 authored by lvtz's avatar lvtz

fix

parent 9fcfca89
......@@ -403,7 +403,7 @@ Page({
// start_time: this.data.startTime,
// end_time: this.data.endTime,
// type: this.data.currentTab,
school_id: this.data.sid
school_id: this.data.sid,
}
classstatistics(prams).then((res) => {
if (res.code == 200) {
......@@ -418,7 +418,8 @@ Page({
// start_time: this.data.startTime,
// end_time: this.data.endTime,
// type: this.data.currentTab,
school_id: this.data.sid
school_id: this.data.sid,
perPage: 100
}
teacherstatistics(prams).then((res) => {
if (res.code == 200) {
......@@ -433,7 +434,7 @@ Page({
start_time: this.data.startTime,
end_time: this.data.endTime,
type: this.data.currentTab,
school_id: this.data.sid
school_id: this.data.sid,
}
classstatistics(prams).then((res) => {
if (res.code == 200) {
......@@ -448,7 +449,8 @@ Page({
start_time: this.data.startTime,
end_time: this.data.endTime,
type: this.data.currentTab,
school_id: this.data.sid
school_id: this.data.sid,
perPage: 100
}
teacherstatistics(prams).then((res) => {
if (res.code == 200) {
......
<wxs src="../../../filter/index.wxs" module="filter" />
<view class="container">
<view class="header clearfix">
<view class="header clearfix" style="background: #fff;">
<view class="header-title" hover-class="none" hover-stop-propagation="false">
{{schoolInfo.title}}
</view>
......
page{
background-color: rgba(247, 247, 249, 1);
}
.container{
padding-bottom: 70rpx;
}
.staticcenter {
min-height: 100vh;
background-color: rgba(247, 247, 249, 1);
padding: 54rpx 24rpx 0;
border-bottom: 1px solid transparent;
}
......
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