成员设置

This commit is contained in:
@fawn-nine
2024-08-01 16:44:27 +08:00
parent d10fe077f0
commit 77aa8de252
7 changed files with 643 additions and 61 deletions

View File

@@ -10,8 +10,7 @@
<view class="box88 flex_box">
<view class="" style="width: 60%; text-align: center;">
<button type="primary" @click="pupShow = true">新开一个班级</button>
</view>
</view>
</view>
</view>
@@ -202,9 +201,14 @@
goCreateClass(){
console.log('this.addType',this.addType);
if(this.addType != undefined){
uni.navigateTo({
url:`/pages/miniClass/addClass?type=${this.addType}&name=add`
})
this.pupShow = false
this.addType = undefined
setTimeout(()=> {
uni.navigateTo({
url:`/pages/miniClass/addClass?type=${this.addType}`
})
},300)
}else{
uni.showToast({
title:'请选择班级的类型',
@@ -346,7 +350,7 @@
}
.curseSet{margin-right: 20rpx; font-size: 28rpx; display: flex; align-items: center;}
.fixed {
position: fixed;
position: fixed; top: 120rpx;
z-index: 1; width: 100%; background-color: #fff;
}