From 3af76031f4d1bb8d808a07dff7b3e74a8b0db168 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期六, 11 五月 2024 09:37:48 +0800 Subject: [PATCH] 书展邮箱 --- 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