|
|
|
@ -158,6 +158,8 @@ |
|
|
|
this.onPlayAudio(8) |
|
|
|
} else if (result.content.includes('您有一个后台指派单,请及时查看')) { |
|
|
|
this.onPlayAudio(13) |
|
|
|
} else if (result.content.includes('您有一笔订单被改派')) { |
|
|
|
this.onPlayAudio(14) |
|
|
|
} else { |
|
|
|
if (result.content.includes('您有一笔新的订单')) { |
|
|
|
this.onPlayAudio(4) |
|
|
|
@ -310,6 +312,8 @@ |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/a6bdf5b02fc249ac924e8da277ac5bfc.mp3'; |
|
|
|
} else if (type == 13) { //后台指派单 |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/645c2bbb398d4e2e95490c66e5ba6d2b.mp3'; |
|
|
|
} else if (type == 14) { //订单被改派 |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/c13975fa197c40baaad9d717e1872085.mp3'; |
|
|
|
} |
|
|
|
|
|
|
|
// #endif |
|
|
|
|