|
|
|
@ -156,6 +156,8 @@ |
|
|
|
this.onPlayAudio(7) |
|
|
|
} else if (result.content.includes('您有一笔订单用户申请售后,请尽快处理')) { |
|
|
|
this.onPlayAudio(8) |
|
|
|
} else if (result.content.includes('您有一个后台指派单,请及时查看')) { |
|
|
|
this.onPlayAudio(13) |
|
|
|
} else { |
|
|
|
if (result.content.includes('您有一笔新的订单')) { |
|
|
|
this.onPlayAudio(4) |
|
|
|
@ -306,7 +308,10 @@ |
|
|
|
audio.src = 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/b602782769d04fa09eb7a09557996b6a.mp3'; |
|
|
|
} else if (type == 12) { //抢单大厅来新单啦 |
|
|
|
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'; |
|
|
|
} |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
audio.play(); |
|
|
|
|