成员设置

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

@@ -168,7 +168,7 @@
url: "common/class/joinClass",
method: "POST",
data: {
"classId": this.classId ,
"classId": classId ,
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
@@ -182,7 +182,9 @@
icon: 'success'
})
setTimeout(()=>{
this.getClassInfo()
uni.navigateTo({
url:`/pages/miniClass/classInfo?id=${classId}`
})
},200)
}
}).catch(e => {