提交
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<sutdent-score-list :students="students" :classModel="classModel" :tabId="tabId"
|
||||
<sutdent-score-list :students="students" :classModel="classModel" :tabId="tabId" :pageSorce="options.isMyClass?'myClass':''"
|
||||
:thisClass="thisClass" @chooseStudent="chooseStudent"
|
||||
v-if="(thisClass.state == '3' || thisClass.state == '2') && students.length > 0"></sutdent-score-list>
|
||||
</template>
|
||||
@@ -530,6 +530,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
options:{},
|
||||
currentStudyNumber:0,
|
||||
courseActiveStyle:{
|
||||
background:'#fff',
|
||||
@@ -689,7 +690,9 @@
|
||||
this.scrollTop = e.scrollTop;
|
||||
},
|
||||
onLoad(e) {
|
||||
this.options=e
|
||||
uni.hideTabBar();
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
plus.screen.lockOrientation("portrait-primary")
|
||||
// #endif
|
||||
|
||||
Reference in New Issue
Block a user