From f4dfb5408fc9e8d4cc8f06ff7d6d82244a0a3565 Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Fri, 14 Dec 2018 09:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=8D=95=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E8=A7=84=E8=8C=83=E5=8F=AA=E8=83=BD=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/saleOutStore/saleOutStore.js | 4 ++-- pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail.wxml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/saleOutStore/saleOutStore.js b/pages/saleOutStore/saleOutStore.js index 3c66ae3..2fa1979 100644 --- a/pages/saleOutStore/saleOutStore.js +++ b/pages/saleOutStore/saleOutStore.js @@ -69,7 +69,7 @@ function getCheckedOrderList(that, CheckedPageIndex) { getArr.push(dmo); } let arrLast = that.data.checkedDataArr.concat(getArr); - console.log(arrLast); + // console.log(arrLast); that.setData({ checkedDataArr: arrLast, }) @@ -168,7 +168,7 @@ Page({ that.onShow(); }) } else if (res.cancel) { - console.log('点击取消了'); + // console.log('点击取消了'); return false; } } diff --git a/pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail.wxml b/pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail.wxml index 5567016..afd4558 100644 --- a/pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail.wxml +++ b/pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail.wxml @@ -161,7 +161,7 @@ 确认数量 - +