Q&A

33-0372

夏に多いトラブルの対処方法を教えてください。

夏場は、高い温度・湿度に起因するトラブルが発生することがあります。


>>>夏に多いトラブル事象と対応 をご覧ください。

上記リンクをクリックして、トラブル事象をご確認ください。

 

****************

 

次の事象についても上記リンクから確認できます。

●トイレの手洗い管から水がでない、タンクに給水されない(ダイヤフラムの交換方法)

●浴室の排水口からにおいがする

●アルカリ7 イオン水生成器(TEK512型、TEK531型)アラームが鳴りつづける

 

お客様の問題は解決されましたでしょうか?
Powered by i-ask
Share

CLOSE

window.addEventListener('load',function() { const links = document.getElementsByTagName('a'); const listener = function(e) { const xdomain = ['jp.toto.com', 'order.toto.jp']; if (typeof URLSearchParams === 'undefined') return; if (!e.target.href) return; if (!xdomain.some(function(value) { return e.target.hostname.indexOf(value) !== -1})) return ; const params = new URLSearchParams((new URL(window.location)).search.slice(1)); const yclid = params.get('yclid'); if (yclid) { let lurl = new URL(e.target.href); let lparam = new URLSearchParams(lurl.search.slice(1)); lparam.set('yclid', yclid); lurl.search = lparam.toString(); e.target.href = lurl.toString(); } }; for (let i = 0; i< links.length; i++) links[i].addEventListener('click', listener); });