hidden
サービスセンター

自動ロケーションが必要ですか?

現在地から近くのサービスセンターを探す

今訪問しようとしているサイトはHUAWEI公式サイトではありません。そのまま続けますか。
お問い合せ
お問い合せ
  • メール問い合わせ
  • オンラインチャット
    '; var livechatHtmlStr = '
    '+ '
    '+paramSet.welComeTips+'
    '+ ''+ '
    ' if(paramSet.isBlueIcon){ $('body').append($(robotIconHtmlStr + livechatHtmlStr)); }else { $('body').append($(livechatHtmlStr)); } //修改样式图片地址 $('.livechat-iframe-header>span').css('backgroundImage', 'url('+paramSet.host+'/images/pc/mini.svg)') $('.robot-icon').css('backgroundImage', 'url('+paramSet.host+'/images/pc/livechatmsg.png)') $('.robot-icon:hover').css('backgroundImage', 'url('+paramSet.host+'/images/pc/livechatmsg_hover.png)') $('#closeLiveChatBtn').on('click',function(){ $('.livechat-iframe-container').hide(); // 本地缓存删除 window.localStorage.setItem('livechatIframe',""); }) $('.contact-online a').click(function(){ $('.livechat-iframe-container').show(); // 设置本地缓存 window.localStorage.setItem('livechatIframe',"open"); }) // 悬浮图标点击 $('#robotIcon').click(function(){ $('.livechat-iframe-container').show(); // 设置本地缓存 window.localStorage.setItem('livechatIframe',"icon-open"); }) $('a.contact-online').on('click',function(){ $('.livechat-iframe-container').show(); // 设置本地缓存 window.localStorage.setItem('livechatIframe',"a-open"); }) //页面unload的时候删除 window.addEventListener('onunload',function(){ window.localStorage.setItem('livechatIframe',""); }) //页面变化的时候删除 window.addEventListener('resize',function(){ var containerH = window.innerHeight || 800; if(containerH<=500){ $('.livechat-iframe-container').css('min-height',0) $('.livechat-iframe-container iframe').css('height',490) $('.livechat-iframe-container').css('overflow-y','auto') }else{ $('.livechat-iframe-container').css('min-height',470) $('.livechat-iframe-container iframe').css('height','100%') $('.livechat-iframe-container').css('overflow-y','hidden') } var changeH = 0.7 * containerH; if (document.getElementsByClassName('livechat-iframe-container')[0]) { document.getElementsByClassName('livechat-iframe-container')[0].style.height = changeH + 'px'; } else { $livechatIframeContainer.css('height', changeH+'px'); } }) }
  • コール