fix: invoice dialog
This commit is contained in:
parent
9c19dc8ee1
commit
d57d63a606
2 changed files with 14 additions and 7 deletions
|
|
@ -659,6 +659,13 @@ const market = async () => {
|
|||
type: 'positive',
|
||||
message: 'The order has been placed!'
|
||||
})
|
||||
this.qrCodeDialog = {
|
||||
data: {
|
||||
payment_request: null
|
||||
},
|
||||
dismissMsg: null,
|
||||
show: true
|
||||
}
|
||||
pub.on('ok', () => {
|
||||
this.qrCodeDialog.show = true
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue