From f2c3408fc89e2ebe210e388e54970dcaa37fb92c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 Jul 2022 16:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Promenu/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Promenu/index.tsx b/src/components/Promenu/index.tsx index dd03d98..6417dc6 100644 --- a/src/components/Promenu/index.tsx +++ b/src/components/Promenu/index.tsx @@ -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();