参数修改

This commit is contained in:
unknown
2022-07-11 16:30:32 +08:00
parent 503e8ed03f
commit f2c3408fc8

View File

@ -207,6 +207,7 @@ const Promenu: React.FC<{}> = () => {
hideInput.id = 'tempInput_CustomerService'
hideInput.type="hidden"
hideInput.name= 'consultType'
hideInput.value= consultType
tempForm.appendChild(hideInput)
}
tempForm.submit();