From eeaef4fa1a06616e41ae8013c95e99bb3895aac5 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 17 四月 2024 18:10:10 +0800 Subject: [PATCH] 1 --- packagePersonal/pages/myOrder/index.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/packagePersonal/pages/myOrder/index.js b/packagePersonal/pages/myOrder/index.js index 276d59e..33478e0 100644 --- a/packagePersonal/pages/myOrder/index.js +++ b/packagePersonal/pages/myOrder/index.js @@ -80,7 +80,6 @@ getDataList(isReachBottom) { var searchArr = []; - console.log(this.data.searchText, "earch") if (this.data.searchText != undefined && this.data.searchText != "") { searchArr.push({ compareType: "Contains", @@ -184,7 +183,7 @@ 'saleMethodId': book.orderSaleMethod.id }) bookId = parentData.parentProduct[parentData.parentProduct.length - 1].id; - } else if (remarks != null && JSON.stringify(remarks).slice(1, -1) == 'object' && JSON.parse(remarks).pId) { + } else if (remarks != null && JSON.parse(remarks).pId) { bookId = JSON.parse(remarks).pId } wx.navigateTo({ -- Gitblit v1.9.1