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 @@
确认数量
-
+