Răsfoiți Sursa

fix: unuse wx.loading

wangyuan 2 ani în urmă
părinte
comite
adaec44bac
1 a modificat fișierele cu 2 adăugiri și 6 ștergeri
  1. 2 6
      pages/reportDetail/reportDetail.js

+ 2 - 6
pages/reportDetail/reportDetail.js

@@ -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()
   },
 
   // 获取当前报告人的信息