This commit is contained in:
xiaozhiyong
2023-09-19 16:31:09 +08:00
parent aaa0058528
commit 27b6f29c00
5 changed files with 39 additions and 13 deletions

View File

@@ -112,6 +112,13 @@
let result = JSON.parse(res.result)
if (result.qrcodeText) {
serve.checkQrStr(result.giveCustomerId, result.qrcodeText).then(res => {
if (res.code !== 20000) {
uni.showModal({
title: '',
content: res.msg
})
return
}
let currentCard = this.card || []
this.$emit('buttomPopup', {
...currentCard,