From d0a815d23c013aa63eeae60bf01dcbdaaf904280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E6=AD=A3=E6=A5=B7?= <8538500+square-script@user.noreply.gitee.com> Date: Fri, 11 Oct 2024 14:55:47 +0800 Subject: [PATCH] tj --- h5/new_tuantichengji.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h5/new_tuantichengji.html b/h5/new_tuantichengji.html index ce289153..8da650a3 100644 --- a/h5/new_tuantichengji.html +++ b/h5/new_tuantichengji.html @@ -582,10 +582,10 @@ // top.location.href = url }, gotuanti: function() { - window.location.href = 'new_tuantichengji.html?id=' + this.id + window.location.href = 'new_tuantichengji.html?id=' + this.id+'&platform='+this.getUrlParam('platform')+'&pack_id='+this.getUrlParam('pack_id') }, gogeren: function() { - window.location.href = 'new_gerenchengji.html?id=' + this.id + window.location.href = 'new_gerenchengji.html?id=' + this.id+'&platform='+this.getUrlParam('platform') }, getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); -- Gitee