|
|
|
@ -159,6 +159,8 @@ |
|
|
|
this.onPlayAudio(1) |
|
|
|
} else if (result.content.includes('您有一笔商家自配送订单,请立即处理')) { |
|
|
|
this.onPlayAudio(6) |
|
|
|
} else if (result.content.includes('您有一笔订单用户申请售后,请尽快处理')) { |
|
|
|
this.onPlayAudio(8) |
|
|
|
} |
|
|
|
// 将消息数据推入打印队列 |
|
|
|
this.globalData.printData.push(JSON.parse(result.android.inAppExtras)) |
|
|
|
@ -311,6 +313,8 @@ |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/7050e7134dc24f56992fe405605d480e.mp3'; |
|
|
|
} else if (type == 7) { //中转超时 |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/2fe04974ece245a79cd078dc7def773d.mp3'; |
|
|
|
} else if (type == 8) { //申请售后 |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/1f3bfb020a9c4eb9af7c11e850538f56.mp3'; |
|
|
|
} |
|
|
|
// #endif |
|
|
|
|
|
|
|
|