|
@@ -208,10 +208,7 @@ Page({
|
|
|
// 获取所有节点的返回信息
|
|
|
async getAllReportInfo (reportid) {
|
|
|
const that = this
|
|
|
- // wx.showNavigationBarLoading()
|
|
|
- wx.showLoading({
|
|
|
- title: '加载中...',
|
|
|
- })
|
|
|
+ wx.showNavigationBarLoading()
|
|
|
await this.getReportUserInfoFn(reportid)
|
|
|
await this.getReportFn(this.data.systemNameList[1].reqName).then(response => {
|
|
|
that.setData({
|
|
@@ -295,8 +292,7 @@ Page({
|
|
|
systemNameList14Res: response
|
|
|
})
|
|
|
})
|
|
|
- // wx.hideNavigationBarLoading()
|
|
|
- wx.hideLoading()
|
|
|
+ wx.hideNavigationBarLoading()
|
|
|
},
|
|
|
|
|
|
// 获取当前报告人的信息
|