smart_class
wu_shao_wei 5 years ago
commit 58b6b3ef3a

@ -44,6 +44,7 @@ Page({
rep: function () { rep: function () {
//点这个学生要回答他问题的函数 //点这个学生要回答他问题的函数
}, },
pull_present: function(){ pull_present: function(){
var query = new AV.Query("Presence"); var query = new AV.Query("Presence");
//console.log(this.class); //console.log(this.class);

@ -1,15 +1,3 @@
/* pages/classroom/classroom.wxss */
.grid-view {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
/* 下面这个实现表格式的布局有多行多列width=25% 表示将会显示4列 */
.grid-celll .grid-celll
{ {

Loading…
Cancel
Save