暂存
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user