From 88fb59ba68070d7daf9311718de1e72915ecf29d Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 8 Jul 2026 14:09:08 +0800 Subject: [PATCH] 1 --- App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 139b238..0852644 100644 --- a/App.vue +++ b/App.vue @@ -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) }