From f3a018b6953e6c94ba47c72fbe184efa269a098c Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 15 二月 2022 16:51:21 +0800 Subject: [PATCH] ! --- pages/basics/combPro.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/pages/basics/combPro.vue b/pages/basics/combPro.vue index 3a7885f..8cdd861 100644 --- a/pages/basics/combPro.vue +++ b/pages/basics/combPro.vue @@ -95,7 +95,6 @@ } if(billNo.indexOf('=')>-1){ billNo = billNo.split(",")[0].split("=")[1]; - console.log(billNo) } if(billNo.length===0){ return @@ -206,8 +205,6 @@ }, }, onShow() { - // const query = uni.createSelectorQuery() - // console.log(prototype.placeholder) } } </script> -- Gitblit v1.9.1