From a133515b6320719243bd7b61ef83b1ac36446568 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 22 一月 2024 17:35:24 +0800
Subject: [PATCH] 修改地图

---
 test/reportTable/index.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/test/reportTable/index.js b/test/reportTable/index.js
index 2c63d8b..3ae27e2 100644
--- a/test/reportTable/index.js
+++ b/test/reportTable/index.js
@@ -158,7 +158,7 @@
     var that = this
     var requestData = that.data.requestData
     Request({
-      url: Constant.BASE_SERVER_URL + 'Main/Mobile/StationRunAna/GetSingleMonthStatisticsInfo',
+      url: Constant.BASE_SERVER_URL + 'SZJT/Station/Statistics/Mobile/GetSingleMonthStatisticsInfo',
       method: "GET",
       data: {
         StationID: requestData.stationID,
@@ -179,6 +179,14 @@
           })
           return;
         }
+        if(result==null){
+          wx.showToast({
+            title: '鏈堟姤鏆傛棤鏁版嵁',
+            icon: 'none',
+            duration: 2000
+          })
+          return;
+        }
         //鏋勯�犺〃鏍奸渶瑕佺殑鏁版嵁鏍煎紡
         var recordArr = result.DayRecords;
         var tempArr = []

--
Gitblit v1.9.3