提交
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view>
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="班级详情"></z-nav-bar>
|
||||
<text class="small_btn retake border_radius_10" @click="goTest()">再考一次</text>
|
||||
<!-- <text class="small_btn retake border_radius_10" @click="goTest()">再考一次</text> -->
|
||||
<!-- <text class="" @click="showSubmit">提交证件资料</text> -->
|
||||
<view class="mainContent" v-if="thisClass.id">
|
||||
<view :class="['classStatus',
|
||||
@@ -629,6 +629,9 @@
|
||||
},
|
||||
onLoad(e) {
|
||||
uni.hideTabBar();
|
||||
// #ifdef APP-PLUS
|
||||
plus.screen.lockOrientation("portrait-primary")
|
||||
// #endif
|
||||
this.classId = e.id
|
||||
console.log('this.classId',this.classId );
|
||||
this.getUserRole()
|
||||
|
||||
Reference in New Issue
Block a user