二级页面交互

This commit is contained in:
zxy
2024-02-14 09:49:15 +08:00
parent bbd3b80bca
commit b44ea6530c
4 changed files with 12 additions and 6 deletions

View File

@@ -518,7 +518,7 @@ function getData1() {
function getCityListByProvinceCode(zhName, pyName, name) {
console.log(zhName, pyName, name);
window.location.href =
"detail.html?longnName=" +
"detail.html?shengFen=" +
escape(zhName) +
"&abbreviation=" +
pyName +