function del(id) {
event.stopPropagation();
var flag = window.confirm("您确定要删除该信息吗?");
if (flag) {
window.location.href="<%=context%>/weChatEventReport/weChatDeleteEventReport.action?id="+id;
}
}
event.stopPropagation();
var flag = window.confirm("您确定要删除该信息吗?");
if (flag) {
window.location.href="<%=context%>/weChatEventReport/weChatDeleteEventReport.action?id="+id;
}
}
1040

被折叠的 条评论
为什么被折叠?



