@ -61,7 +61,7 @@
<view class="card">
<view class="title">
<text>攻坚事件</text>
<view class="view" bind:tap="gotopage" data-url="/subpages/statistics/pages/problemList/problemList?type={{tabValue}}">
<view class="view" bind:tap="gotoAttack" >
更多
<image mode="widthFix" src="../../images/right.png"></image>
</view>
@ -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