wpfw_ewei_shopv2/plugin/seckill/static/js/mobile.js
2023-02-14 19:57:32 +08:00

1 line
2.6 KiB
JavaScript

define(["core","tpl","swiper","./timer.js"],function(n,a,e,r){var o={init:function(e){o.taskid=e.taskid,o.roomid=e.roomid,o.timeSwiper=null,5<e.timecount&&(o.timeSwiper=new Swiper(".time-container",{slidesPerView:5,initialSlide:e.timeindex,autoHeight:!0})),3<e.advcount&&new Swiper(".adv-container",{slidesPerView:3,autoHeight:!0,noSwiping:!1}),5<e.roomcount&&new Swiper(".room-container",{slidesPerView:5,autoHeight:!0,noSwiping:!1}),o.goodsSwiper=new Swiper(".goods-container",{slidesPerView:1,spaceBetween:10,initialSlide:e.timeindex,onSlideChangeEnd:function(e){var t=e.activeIndex,t=(e=$(".goods-slide:eq("+t+")")).data("timeid");o.timeid=t,0<e.find(".infinite-loading").length?o.getGoods(t):o.initTimer(t),$(".time-slide.current").removeClass("current"),$(".time-slide-"+t).addClass("current")}}),$(".time-slide").click(function(){var e=$(this).data("index");o.goodsSwiper.slideTo(e)}),o.getGoods(e.timeid)},/**www.rrsc.cn**/getCurrentTime:function(){return+new Date($.ajax({url:"../addons/"+window.ewei_shopv2_module_name+"/map.json",async:!1}).getResponseHeader("Date"))/1e3},getGoods:function(i){clearInterval(o.timer),o.timeid=i,n.json("seckill/get_goods",{taskid:o.taskid,roomid:o.roomid,timeid:i},function(e){var t;0!=e.status?(t=e.result,o.time=t.time,a("tpl_seckill",t),n.tpl(".goods-slide[data-timeid='"+i+"']","tpl_seckill",t,!1),setTimeout(function(){o.goodsSwiper.update()},500),o.initTimer(e.result.time.id)):FoxUI.toast.show(e.result.message)},!1,!1)},initTimer:function(t){var e=$(".goods-slide[data-timeid='"+t+"']"),i=parseInt(e.data("status")),n=e.data("starttime"),a=e.data("endtime");(e=$(".time-group-"+t)).find(".time-hour").html("-"),e.find(".time-min").html("-"),e.find(".time-sec").html("-"),clearInterval(o.timer),-1!=i&&$.ajax({url:"../addons/"+window.ewei_shopv2_module_name+"/map.json",complete:function(e){try{currenttime=+new Date(e.getResponseHeader("Date"))/1e3}catch(e){currenttime=currenttime.value}o.lasttime=0==i?a-currenttime:n-currenttime,o.setTimer(t),o.timer=o.setTimerInterval(t)}})},setTimer:function(e){var t,i,n;o.lasttime%10==0&&(a=$(".goods-slide[data-timeid='"+e+"']"),t=parseInt(a.data("status")),i=a.data("starttime"),n=a.data("endtime"),$.ajax({url:"../addons/"+window.ewei_shopv2_module_name+"/map.json",cache:!1,complete:function(e){currenttime=+parseInt(new Date/1e3),o.lasttime=0==t?n-currenttime:i-currenttime}})),--o.lasttime;var e=r.formatSeconds(o.lasttime),a=$(".time-group-"+o.timeid);a.find(".time-hour").html(e.hour),a.find(".time-min").html(e.min),a.find(".time-sec").html(e.sec),o.lasttime<=0&&location.reload()},setTimerInterval:function(e){return setInterval(function(){o.setTimer(e)},1e3)}};return o});