From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 10 七月 2024 17:39:02 +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