From 57cd6df84e4fb388b159d201f585520c40ba0b26 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Wed, 27 May 2020 17:45:33 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy

---
 SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
index 1f72926..1860fa0 100644
--- a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
+++ b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
@@ -33,7 +33,7 @@
         wx.hideLoading();
         console.log(res)
         if (res.data.code == 0) {
-          var attList = res.data.data.maps || [];
+          var attList = res.data.data.attList || [];
           var attList21 = app.where(attList, {
             type: 21
           }) || [];
@@ -105,7 +105,8 @@
             data: {
               ...res.data.data,
               createTime: app.formatDate(res.data.data.createTime),
-            }
+            },
+            attList
           })
         } else {
           wx.showModal({

--
Gitblit v1.8.0