¥22.9
原价:22.90元10折 距离结束:
去天猫抢购>> '+seconds:seconds)+"."+ms1+"秒"); }else{ $("#end_date_"+id).html(daysold+"天"+(hrsold<10?'0'+hrsold:hrsold)+"小时"+(minsold<10?'0'+minsold:minsold)+"分"+(seconds<10?'0'+seconds:seconds)+"秒."+ms2); } } $(".buy_time").each(function() { var reg = /^[0-9]+$/; var time = $(this).attr('data-time'); if (reg.test(time)) { show_date_time(time, 2, 0); } }); $(".spic img").mouseover(function(){ $(".spic li").removeClass("cu"); $(this).parent().addClass("cu"); var apsrc=$(this).attr("data-img"); $(".mpic img").attr("src",apsrc); }); $(document).on('click', '#ctag',function() { var _this = $(this); var key = _this.attr('data-k'); $.ajax({ url: "/tag/ajax_get_tag.html", type: 'POST', data: { key: key }, dataType: 'json', success: function(result) { document.location.href = result.msg; } }); }) $(document).on('click', '#getfuli',function() { if(!$.yangtata.dialog.islogin()) return !1; })