// 禁用雙指放大 document.documentElement.addEventListener('touchstart', function (event) { if (event.touches.length > 1) { event.preventDefault() } }, { passive: false }) // 禁用雙擊放大 var lastTouchEnd = 0 document.documentElement.addEventListener('touchend', function (event) { var now = Date.now() if (now - lastTouchEnd <= 300) { event.preventDefault() } lastTouchEnd = now }, { passive: false })
號碼驗證
var myPhone = $.trim(18888888888); var tel = /^1[3456789]{1}[0-9]{9}$/; if(!tel.test(myPhone)){ layer.msg('手機號碼格式不正確!'); return false; }
倒數計時
// 呼叫 getCountTime($('#sendyzm_top_btn')); //倒數計時 函式 $('#sendyzm_top_btn').css('background', '#ec842f'); function getCountTime(obj) { if (countdown == 0) { obj.attr('disabled', false); obj.html("傳送驗證碼"); countdown = 60; $('#sendyzm_top_btn').css('background', '#ec842f'); return; } else { obj.attr('disabled', true); obj.html("(" + countdown + ")秒後重試"); countdown--; $('#sendyzm_top_btn').css('background', '#a9abac') } setTimeout(function () { getCountTime(obj) }, 1000) };
官網維修點查詢地址
官方維修服務點
維修點售後服務中心
售後服務網點
售後維修需要多久
手錶維修地址在哪