更新
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user