monitor/station/index.js
@@ -284,6 +284,9 @@ }, //获取泵站运行时间 getWorkTime: function () { wx.showLoading({ title: '正在获取开机时间', }) var that = this; var machineList = this.data.machineList; var userInfo = app.globalData.userInfo; @@ -299,7 +302,8 @@ 'content-type': 'application/json' }, success(res) { // console.log(res,306) wx.hideLoading() console.log(res,306) var result = res.data if (result.Code != 0) { return;