From bfa0c2f8ff7ff7bf702c5e2aca6addc5d4b7c5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 6 Feb 2025 09:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BB=E5=9D=9A=E6=9B=B4=E5=A4=9A=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E3=80=82=E4=BA=8B=E4=BB=B6id=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/statistics/statistics.wxml | 2 +- pages/webView/webView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/statistics/statistics.wxml b/pages/statistics/statistics.wxml index af053ff..f77153b 100644 --- a/pages/statistics/statistics.wxml +++ b/pages/statistics/statistics.wxml @@ -61,7 +61,7 @@ 攻坚事件 - + 更多 diff --git a/pages/webView/webView.js b/pages/webView/webView.js index 6507ea3..4d2c65c 100644 --- a/pages/webView/webView.js +++ b/pages/webView/webView.js @@ -44,7 +44,7 @@ Page({ } }else{ if (options.iceventid) { - const url = `${options.AttackEvent}?worktoken=${decodeURIComponent(options.worktoken)}&iceventid=${options.iceventid}`; + const url = `${options.AttackEvent}?worktoken=${decodeURIComponent(options.worktoken)}&icEventId=${options.iceventid}`; console.log('生成的 URL:', url); this.setData({ url: url