隐藏input

This commit is contained in:
unknown
2023-02-15 11:31:57 +08:00
parent 66e6671211
commit 713851944d

View File

@ -23,6 +23,7 @@
input.id = 'tempInput_CustomerService'
input.name= 'sceneUrl'
input.value= pathname
input.type="hidden"
tempForm.appendChild(input)
document.body.appendChild(tempForm);
if(tempForm){
@ -53,6 +54,7 @@
input.id = 'tempInput_CustomerService'
input.name= 'sceneUrl'
input.value= pathname
input.type="hidden"
tempForm.appendChild(input)
document.body.appendChild(tempForm);
}