From cd10fc15201df1b388ba4480fa906d240b50a6d0 Mon Sep 17 00:00:00 2001 From: liuyongli <1598631486@qq.com> Date: Tue, 20 Sep 2022 13:52:28 +0800 Subject: [PATCH] no message --- components/indexCom/atlasChild/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/indexCom/atlasChild/index.js b/components/indexCom/atlasChild/index.js index b8650d5..6a9a174 100644 --- a/components/indexCom/atlasChild/index.js +++ b/components/indexCom/atlasChild/index.js @@ -63,7 +63,7 @@ Component({ sStartTime: sStartTime, sEndTime: sEndTime } - (obj).then(res => { + app.globalData.request(obj).then(res => { // const data = res // const arr1 = [] // Object.keys(data).forEach(key => {