From 70d22148d33fa4cc0daed5f64fd4e8e62867b0ef Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 24 十一月 2025 16:25:06 +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