From d2ac828e7b607a20193f860d20f193a09f6965cc Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Thu, 13 Aug 2026 11:09:16 +0800 Subject: [PATCH] 1 --- components/print/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/print/index.js b/components/print/index.js index ab65559..83562ff 100644 --- a/components/print/index.js +++ b/components/print/index.js @@ -23,7 +23,7 @@ export default { success: function(res) { if (res.data.code == 200) { data1 = res.data.result - console.log('打印的数据----------', data1) + console.log('打印1的数据----------', data1) that.bindViewTap(id, false, onDone) } else { uni.showToast({