This commit is contained in:
2026-06-27 20:58:16 +08:00
parent b13668095d
commit 451dd2330b
10 changed files with 1346 additions and 133 deletions
+1
View File
@@ -423,6 +423,7 @@ export default {
uni.showToast({ title: '打印成功', icon: 'none' })
},
fail: (err) => {
console.log(err)
uni.showToast({ title: '发送失败', icon: 'error' })
}
})