From 023f2c2700f64f5b52494a3bb7cc994cd3a8c363 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Thu, 5 Feb 2026 11:58:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E8=AF=95=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/views/result/index.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7b4498b..79bfade 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,6 @@
- + diff --git a/src/views/result/index.vue b/src/views/result/index.vue index e043ee4..273315c 100644 --- a/src/views/result/index.vue +++ b/src/views/result/index.vue @@ -16,7 +16,9 @@ const handleClick = () => { // 确保在wx.ready中调用 wx.ready(() => { // 关闭当前webview页面 - wx.miniProgram.closeWebview({}) + wx.miniProgram.navigateBack({ + delta: 1 + }) }) }