fix: ui stuff
This commit is contained in:
parent
4ae8b21cb8
commit
3864200ffa
2 changed files with 4 additions and 2 deletions
|
|
@ -806,8 +806,8 @@ const market = async () => {
|
|||
handleOrderStatusUpdate(jsonData) {
|
||||
if (this.qrCodeDialog.dismissMsg) {
|
||||
this.qrCodeDialog.dismissMsg()
|
||||
this.qrCodeDialog.show = false
|
||||
}
|
||||
this.qrCodeDialog.show = false
|
||||
const message = jsonData.shipped ? 'Order shipped' : jsonData.paid ? 'Order paid' : 'Order notification'
|
||||
this.$q.notify({
|
||||
type: 'positive',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue