Registrieren Sie Ihr Konto

Erstellen Sie ein Konto, um Anfragen zu stellen und personalisierte Angebote zu erhalten.

Schnelle Antwort

Erhalten Sie innerhalb von 24 Stunden professionelle Angebote.

Anfragen verwalten

Verfolgen Sie alle Ihre Anfragen und Angebote

Direkte Kommunikation

Nehmen Sie Kontakt mit unserem professionellen Team auf.

document.addEventListener(DOMContentLoaded, function() { /** * 定位逻辑: * 根据你截图中的 Meta Key „mobile_member“ 来寻找输入框 * UM 的输入框通常会有 Datenschlüssel 属性 */ var phoneInput = document.querySelector(input[data-key=”mobile_member”]); // 如果 data-key 找不到,则尝试通过 name 匹配(UM 常用的 name 格式) if (!phoneInput) { phoneInput = document.querySelector(input[name^=”mobile_member-“]); } if (phoneInput) { var iti = window.intlTelInput(phoneInput, { // 自动根据用户 IP 定位国家 initialCountry: “auto”, geoIpLookup: function(success, failure) { bringen(“https://ipapi.co/json”) .then(res => res.json()) .then(data => success(data.country_code)) .catch(() => success(“us”)); // 失败时默认美国 }, utilsScript: “https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js”, separateDialCode: true, // 显示拨号区号 bevorzugte Länder:[“cn”, “us”, “gb”]// 优先国家列表 }); // 提交表单处理:将区号和号码合并, 确保后台能看到完整带区号的电话 var form = phoneInput.closest(form); form.addEventListener(submit, function() { var fullNumber = iti.getNumber(); // 获取标准 E.164 格式号码 phoneInput.value = fullNumber; }); } });

Show privacy policy

Need a Quote or Have Questions?

Please fill out the form below, our engineers will contact you within 24 hours.