From 80cee152c8c7f314d43a05ae1994aeeecd28b08a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 20 九月 2024 18:35:47 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- packagePersonal/pages/activateProduct/index.js | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.js b/packagePersonal/pages/activateProduct/index.js index 3247c02..8328d73 100644 --- a/packagePersonal/pages/activateProduct/index.js +++ b/packagePersonal/pages/activateProduct/index.js @@ -70,13 +70,9 @@ }, 1000) //寤惰繜鏃堕棿 } }) - - }); } } - - }, //鍟嗗搧鍒楄〃 getDataList(isReachBottom) { @@ -90,6 +86,7 @@ }).then((res) => { try { if (res.datas.length > 0) { + console.log(res.datas); res.datas.forEach((item, index) => { item.createDate = moment(item.createDate).format("YYYY-MM-DD HH:mm:ss"); let oldlist = []; -- Gitblit v1.9.1