活动模块-分享落地页修改获取地址栏参数

This commit is contained in:
chenruiye
2025-05-14 14:04:46 +08:00
parent 19c4fa5ecf
commit b8a85d1626

View File

@@ -59,7 +59,7 @@ function translateFun() {
}
function geteventId (){
var path = window.location.pathname;
code = path.split("/")[1];
code = path.split("/")[2];
return code
}
function getData() {