From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +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