佛山市顺德区熊健贸易有限公司               function getLocalTime(nS) { return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/, ' '); } function limitCount() { var a = limitCount.doms = limitCount.doms || $("#JS_limit_table div.JS_leaveTime"); a.each(function() { var c = $(this); var b = c[0]._timeline = c[0]._timeline || c.data("timeline"); c.html(limitFormatTime(b - limitCount.unixTime)); }); } function limitFormatTime(e) { if (e < 0) { e = 0; } var NowTime = new Date(); var t = e * 1000 - (NowTime.getTime() + NowTime.getTimezoneOffset() * 60 *1000); /*var d=Math.floor(t/1000/60/60/24); t-=d*(1000*60*60*24); var h=Math.floor(t/1000/60/60); t-=h*60*60*1000; var m=Math.floor(t/1000/60); t-=m*60*1000; var s=Math.floor(t/1000);*/ var d = Math.floor(t / 1000 / 60 / 60 / 24); if (d<10){ d = '0' + d; } var h = Math.floor(t / 1000 / 60 / 60 % 24); if (h<10){ h = '0' + h; } var m = Math.floor(t / 1000 / 60 % 60); if (m<10){ m = '0' + m; } var s = Math.floor(t / 1000 % 60); if (s<10){ s = '0' + s; } if (t < 0) { return "活动结束"; } return ''+ d + '天' + '' + h + '' + m + '' + s + '秒'; } function _COMMON_UNIX_TIME() { limitCount.unixTime = 0; setInterval(limitCount, 1000); } _COMMON_UNIX_TIME();   *{outline:0;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box} .user_top_goods { height: 5rem; overflow: hidden; background:#ffbf6b; position:relative } .user_top_goods dt { float: left; margin: 0.8rem 0.8rem 0; text-align: center; position: relative; width: 3.7rem; height: 3.7rem; border-radius: 3.7rem; padding:0.15rem; background:#FFFFFF } .user_top_goods dt img { width: 3.7rem; height:3.7rem; border-radius: 3.7rem; } .guanzhu { background-color: #ffbf6b; } .guanzhu { color: #fff; border: 0; height: 2.5rem; line-height: 2.5rem; width: 100%; -webkit-box-flex: 1; display: block; -webkit-user-select: none; font-size: 0.9rem; } #cover2 { background-color: #333333; display: none; left: 0; opacity: 0.8; position: absolute; top: 0; z-index: 1000; } #share_weixin, #share_qq { right: 10px; top: 2px; width: 260px; } #share_weixin, #share_qq, #share_qr { display: none; position: fixed; z-index: 3000; } #share_weixin img, #share_qq img { height: 165px; width: 260px; } .button_3 { background-color: #EEEEEE; border: 1px solid #666666; color: #666666; font-size: 16px; line-height: 20px; padding: 10px 0; text-align: center; } #share_weixin button, #share_qq button { margin-top: 25px; width: 100%; }        菜单栏    佛山市顺德区熊健贸易有限公司    购物车              TouchSlide({ slideCell:"#focus", titCell:".hd ul", //开启自动分页 autoPage:true ,此时设置 titCell 为导航元素包裹层 mainCell:".bd ul", effect:"leftLoop", autoPlay:true,//自动播放 autoPage:true //自动分页 });       搜本站商品              全部分类 

       预售活动 

       个人中心 

       分销中心 

        联系我们 

       团购 

       积分商城 

       购物车 

        特色市场                   热门市场             益生菌          ¥340.0  熊健婴幼乳清蛋白益生菌         ¥350.0  熊健儿童高钙益生菌         ¥320.0  熊健抗衰老益生菌          ¥320.0  熊健植物蛋白养生益生菌         ¥340.0  熊健蔓越莓私密益生菌         ¥360.0  熊健经典孕妇叶酸益生菌       口服美容系列   经典家庭系列        精品推荐          ¥350.0  熊健经典长者益生菌         ¥340.0  熊健婴幼乳清蛋白益生菌         ¥350.0  熊健儿童高钙益生菌          玩具          ¥68.0  日本泥人12生肖动物一套         ¥36.0  戴拿大号奥特曼玩具套装变...      益智玩具   中国玩具   日本玩具        化妆品          ¥0.0  1分钱支付测试商品      防晒霜   化妆水   精华   面膜   洁面   面霜   乳液        休闲零食       休闲零食   糖果   巧克力   肉干肉脯/豆干   鱿鱼丝/鱼干                      TOP 

     返回首页   购物车   会员中心   联系我们  

  © 2005-2022 佛山市顺德区熊健贸易有限公司 版权所有,并保留所有权利。 

   powered by 熊健贸易        󰀁 首页     󰀂 分类     󰀃 搜索     󰀄 购物车 0     󰀅 会员中心      0       $(function(){ isIe6 = false; if ('undefined' == typeof(document.body.style.maxHeight)) { isIe6 = true; } var offset = $("#toTop").offset(); var bottom = $("#toTop").css("bottom"); $(window).scroll(function(){ if ($(window).scrollTop() > 500){ $("#toTop").fadeIn(800); if(isIe6) { $("#toTop").css("position","absolute") $("#toTop").css("bottom",bottom) } } else { $("#toTop").fadeOut(500); } }); $("#toTop").click(function(){ $('body,html').animate({scrollTop:0},500); return false; }); })    Zepto(function($){ var $nav = $('.global-nav'), $btnLogo = $('.global-nav__operate-wrap'); //点击箭头,显示隐藏导航 $btnLogo.on('click',function(){ if($btnLogo.parent().hasClass('global-nav--current')){ navHide(); }else{ navShow(); } }); var navShow = function(){ $nav.addClass('global-nav--current'); } var navHide = function(){ $nav.removeClass('global-nav--current'); } }) function get_search_box(){ try{ document.getElementById('get_search_box').click(); }catch(err){ document.getElementById('keywordfoot').focus(); } }      益生菌     口服美容系列     排毒换肤     极速瘦身     呵护眼睛     守护私密     重塑体态     抗衰老       经典家庭系列     幼婴型     儿童型     长者型     孕妇型     成人型         化妆品     防晒霜       化妆水       精华       面膜       洁面       面霜       乳液            关闭               window.onload = function(){ $('#menu').css('display',''); } $(function() { $('nav#menu').mmenu(); $('#get_search_box').click(function(){ $(".mm-page").children('div').hide(); $("#main-search").css('position','fixed').css('top','0px').css('width','100%').css('z-index','999').show(); //$('#keywordBox').focus(); }) $("#main-search .close").click(function(){ $(".mm-page").children('div').show(); $("#main-search").hide(); }) });    wx.config({ debug: false, appId: '', timestamp: 1643692524, nonceStr: 'xU6xpj7JELleer8v', signature: 'e0130cb68a7fb74e03e4cf916ed407b4c3d3b2c2', jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage' ] }); wx.ready(function () { //模板之家监听“分享给朋友” wx.onMenuShareAppMessage({ title: '佛山市顺德区熊健贸易有限公司', desc: '佛山市顺德区熊健贸易有限公司', link: '', imgUrl: 'http://heakujp.com/mobile/home.jpg', trigger: function (res) { alert('糟糕,需要分销商登录才能获得提成哦!'); }, success: function (res) { }, cancel: function (res) { alert('很遗憾,您已取消分享'); }, fail: function (res) { alert(JSON.stringify(res)); } }); //分享到朋友圈模板之家 wx.onMenuShareTimeline({ title: '佛山市顺德区熊健贸易有限公司', link: '', imgUrl: 'http://heakujp.com/mobile/home.jpg', trigger: function (res) { alert('糟糕,需要分销商登录才能获得提成哦!'); }, success: function (res) { }, cancel: function (res) { alert('很遗憾,您已取消分享'); }, fail: function (res) { alert(JSON.stringify(res)); } }); });