feat: show shipping cost for order
This commit is contained in:
parent
6b44f8c27f
commit
d1cdc3cd5c
3 changed files with 15 additions and 6 deletions
|
|
@ -182,7 +182,6 @@ const merchant = async () => {
|
|||
}
|
||||
if (data.type === 'dm:2') {
|
||||
const orderStatus = JSON.parse(data.dm.message)
|
||||
console.log('### orderStatus', orderStatus)
|
||||
this.$q.notify({
|
||||
timeout: 5000,
|
||||
type: 'positive',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue