From 251398b0b2eadd5777944f2bc24ff25c8e10d459 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 24 Jun 2026 08:42:50 +0800 Subject: [PATCH] 1 --- App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/App.vue b/App.vue index c4ce4c6..8e3bc3e 100644 --- a/App.vue +++ b/App.vue @@ -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