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