From abd2e1dd7dfdf1ad50cce74c4e72edfd94fecf85 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 15 十二月 2025 12:56:48 +0800
Subject: [PATCH] 1

---
 components/BarCodePopup/BarCodePopup.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/components/BarCodePopup/BarCodePopup.vue b/components/BarCodePopup/BarCodePopup.vue
index 09fe05e..5fbe6bb 100644
--- a/components/BarCodePopup/BarCodePopup.vue
+++ b/components/BarCodePopup/BarCodePopup.vue
@@ -28,7 +28,6 @@
                 this.$refs.BarCodePopup.open()
             },
             async onPupupStateChangeHandler(e) {
-                console.log('e: ',e);
                 if (e.show === true) {
                     // this.getBillList()
                     await this.$nextTick()
@@ -46,7 +45,6 @@
                     // 璁剧疆浜岀淮鐮佸唴瀹�
                     qr.data = title;
                     let canvasContext = uni.createCanvasContext('barcodeCanvas', this); // 濡傛灉鏄粍浠讹紝this蹇呴』浼犲叆
-                    console.log('qr: ',qr);
                     // 璁剧疆浜岀淮鐮佸ぇ灏忥紝蹇呴』涓巆anvas璁剧疆鐨勫楂樹竴鑷�
                     qr.size = 200;
                     // 璋冪敤鍒朵綔浜岀淮鐮佹柟娉�

--
Gitblit v1.9.1