From face68436f18522cb2e62b40b27c6f1d6b561a4d Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Sat, 09 May 2020 10:41:38 +0800 Subject: [PATCH] 典型案例详情 --- 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