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