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

@@ -227,9 +227,9 @@
this.status = 1
this.flag = false
uni.showLoading({
title:'正在加载'
})
// uni.showLoading({
// title:'正在加载'
// })
$http.request({
url: "common/class/getClassByDirectorid",
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
@@ -264,9 +264,9 @@
// console.log('status', this.status)
this.flag = true
}
uni.hideLoading()
// uni.hideLoading()
}).catch(e => {
uni.hideLoading()
// uni.hideLoading()
this.flag = true
console.log(e, '数据报错')
// this.status = 3