fix: pc/mobile 成功经销商留言问题

This commit is contained in:
2025-06-21 14:05:57 +08:00
parent 1873e6ac3a
commit 64d9b2129d
5 changed files with 14 additions and 8 deletions

View File

@@ -136,6 +136,7 @@ class ContactUs extends Common
'corp_name',
'email',
'phone',
'website_url',
'business_type',
'enterprise_size',
'address',
@@ -155,7 +156,7 @@ class ContactUs extends Common
'email' => $form_data['email'],
'phone' => $form_data['phone'],
'referer_url' => request()->header('referer'),
'website_url' => request()->header('host'),
'website_url' => $form_data['website_url'],
'business_type' => $form_data['business_type'],
'enterprise_size' => $form_data['enterprise_size'],
'address' => $form_data['address'],