|
|
|
@ -151,6 +151,8 @@ |
|
|
|
this.onPlayAudio(5) |
|
|
|
} else if (result.content.includes('您有中转配送订单超时未送达中转点')) { |
|
|
|
this.onPlayAudio(7) |
|
|
|
} else if (result.content.includes('您有一笔订单用户申请售后,请尽快处理')) { |
|
|
|
this.onPlayAudio(8) |
|
|
|
} else { |
|
|
|
if (result.content.includes('您有一笔新的订单')) { |
|
|
|
this.onPlayAudio(4) |
|
|
|
@ -160,8 +162,6 @@ |
|
|
|
this.onPlayAudio(1) |
|
|
|
} else if (result.content.includes('您有一笔商家自配送订单,请立即处理')) { |
|
|
|
this.onPlayAudio(6) |
|
|
|
} else if (result.content.includes('您有一笔订单用户申请售后,请尽快处理')) { |
|
|
|
this.onPlayAudio(8) |
|
|
|
} else if (result.content.includes('您有一笔预约订单可以出餐啦')) { |
|
|
|
this.onPlayAudio(9) |
|
|
|
} |
|
|
|
|