From 713851944db900eb7904b58bb5cd1c9b75e98b71 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Feb 2023 11:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8Finput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/CustomerService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/CustomerService.ts b/src/utils/CustomerService.ts index 347efd0..d23d9d6 100644 --- a/src/utils/CustomerService.ts +++ b/src/utils/CustomerService.ts @@ -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); }