From 46cc7a29dc1f9b3dffee5cdcb9b7f9dfdac3b16d Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期五, 05 九月 2025 20:44:14 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 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