/* Add custom Js code below */ const clientInfo=JSON.parse(window.storeVariables);async function couponFunc(){let e=await fetch("https://ghayah.site/apps/c1/rouletteInfo",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({mid:+clientInfo.storeId,uId:+clientInfo.customerId,uInfo:`${clientInfo.customerName}|${clientInfo.customerEmail}|${clientInfo.customerMobile}`})}),t=await e.json();if(t.error)return document.getElementById("errorsResult").innerHTML=t.error;let o=!1,n=!0,r=t.coupons;var i=r.length,a=360/i;jQuery(".ruleta").css({width:"360px",height:"360px"}),jQuery("head").append('');for(var c=1;c<=i;c++){jQuery(".ruleta").append('
'),jQuery(".opcion-"+c).css({transform:"rotate("+a*c+"deg)","border-bottom-color":s()});let l=r[c-1]+"%";"0%"===l&&(l="حظ اوفر"),jQuery("#afterNumero").append(".opcion-"+c+'::before {content: "'+l+'"}'),jQuery(".opcion").attr("data-content",c).attr("data-ancho","180px").attr("data-line","180px")}function s(){return n?(n=!1,"#549979"):(n=!0,"#79d1a8")}jQuery(".opcion").css({"border-bottom-width":180*Math.tan((180-a)/2*Math.PI/180)+"px","border-right-width":"180px","border-left-width":"180px"}),document.querySelector(".ruleta").addEventListener("click",async function(){if(sending)return alert("يرحى الإنتظار");sending=!0;let e=await fetch("https://ghayah.site/apps/c1/roulette",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({mid:+clientInfo.storeId,uId:+clientInfo.customerId,uInfo:`${clientInfo.customerName}|${clientInfo.customerEmail}|${clientInfo.customerMobile}`})});sending=!1;let t=await e.json();if(t.error)return document.getElementById("errorsResult").innerHTML=t.error;if(!o){o=!0,setTimeout(function(){if(o=!1,"no"===t.coupon)return document.getElementById("errorsResult").innerHTML="حظاً اوفر بالمرة القادمة";document.getElementById("couponResult").innerHTML=` مبروك هذا هو الكوبون → اضغط للنسخ`},5800);var n,r="number-";r+=n=t.win+1,jQuery("#animacionRuleta").remove(),jQuery("head").append('"),jQuery(".ruleta").removeAttr("id").attr("id",r)}})}function copyToClipboard(e,t){navigator.clipboard.writeText(t),showTooltip("تم نسخ الكوبون",e.clientX,e.clientY)}function showTooltip(e,t,o){let n=document.createElement("div");n.className="tooltip",n.textContent=e,n.style=`left:${t}px;top:${o}px;`,document.body.appendChild(n),setTimeout(()=>{n.remove()},1e3)}couponFunc();