From b76f5354e180e10947b1dea36317d31904234d8f Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 30 Aug 2023 08:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pages/yishi/wenzhen_v2/wenzhen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pages/yishi/wenzhen_v2/wenzhen.js b/Pages/yishi/wenzhen_v2/wenzhen.js index 6dbefb8..4fd3d53 100644 --- a/Pages/yishi/wenzhen_v2/wenzhen.js +++ b/Pages/yishi/wenzhen_v2/wenzhen.js @@ -303,6 +303,7 @@ Page({ formatStatus(){ let order_inquiry_id_list = []; order_inquiry_id_list.push("");//初始化一个,防止失败 + console.log(this.data.conversationList.length) this.data.conversationList.forEach(item => { let conversationID = item.conversationID; console.warn("conversationID: ", conversationID)