This commit is contained in:
@fawn-nine
2024-08-19 14:34:32 +08:00
parent 28067d851d
commit 6d8629ff4f
9 changed files with 251 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
<view>
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
<z-nav-bar title="我的班级管理员页面">
<z-nav-bar title="我的班级管理">
</z-nav-bar>
<!-- <view class="tabsBox" :class="[fixed ? 'fixed' : '' ]">
@@ -319,11 +319,11 @@
this.preClassList = []
}
}
uni.hideLoading()
// uni.hideLoading()
this.getData()
}).catch(e => {
uni.hideLoading()
this.getData()
// uni.hideLoading()
// this.getData()
console.log(e, '数据报错')
// this.status = 3
uni.showToast({