From b28265914d1b30df88a35e34c7443c61a96f4b24 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 13 七月 2023 16:49:28 +0800 Subject: [PATCH] # --- pages/pakin/pakin.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue index 456e187..6cfab75 100644 --- a/pages/pakin/pakin.vue +++ b/pages/pakin/pakin.vue @@ -237,9 +237,9 @@ }, }, }); - } else if (res.code == 403) { + } else if (result.code == 403) { uni.showToast({ - title: res.msg, + title: result.msg, icon: "none", position: 'top' }) @@ -250,7 +250,7 @@ }, 1000); } else { uni.showToast({ - title: res.msg, + title: result.msg, icon: "none", position: 'top' }) @@ -404,6 +404,9 @@ that.resst(); that.messageText = "缁勬墭鎴愬姛" that.messageToggle('success') + const innerAudioContext = uni.createInnerAudioContext(); + innerAudioContext.src = '/static/music/pakinOk.mp3'; + innerAudioContext.play() } else if (res.code == 403) { that.messageText = res.msg that.messageToggle('error') -- Gitblit v1.9.1