草莓视频IOS下载,草莓色版APP在线观看,草莓视频在线污,草莓视频黄色版在线观看

0760-22250506
nina@tiantenggy.com 
Food Processor
Model:TB26S(FP)
Quantity:
Product Description

● CB, CE, ROH S, LF GB,  DGCC RF,  REACH

● Power : 500w,700w, 1000w

● SUS304,4-blade design ICE crush ability

● 1*1500ml glass blender jar

● Lid with refill opening

● SUS housing

● pulse,0, 1, 2speed con tro

● Gift box:28*18.5*24cm

● Carton: 57.5*38.5*26cm

● Qty/ctn:4pcs

● 20ft:1944

● 40ft:4024

● 40hq:4720

网站地图


    cript> ;function formSave(e) { hnSubmit(e, function(res) { console.log(res) }) } $(function () { //增加或减少购买数量 $(".plus").click(function () { var tar = $(this).siblings(".counx").find('input') var num = parseInt(tar.val()) tar.val(num + 1) }) $(".reduce").click(function () { var tar = $(this).siblings(".counx").find('input') var num = parseInt(tar.val()) console.log(num) if (num >= 2) { tar.val(num - 1) } }) $(".counx input").on("keyup", function () { var num = parseInt($(this).val()); }) var elper = new Swiper('.elper .swiper-container', { // autoplay: 3000, direction: 'vertical', slidesPerView: 'auto', spaceBetween: 8, preventClicks: false, paginationClickable: true, prevButton: '.elper .bl', nextButton: '.elper .br', observer: true, observeParents: true, // pagination: '.prnav .swiper-pagination', breakpoints: { 800: { direction: "horizontal", slidesPerView: '4', spaceBetween: 10, } }, onSlideChangeStart: function (swiper) { // alert(swiper.activeIndex); // $('.banner .swiper-slide').removeClass('on').eq(swiper.activeIndex).addClass('on'); // $('.now').html(Number(swiper.activeIndex + 1)) // snav.slideTo(swiper.activeIndex, 1000, false); } }); var erper = new Swiper('.erper .swiper-container', { autoplay: 4000, slidesPerView: '1', spaceBetween: 10, preventClicks: false, paginationClickable: true, prevButton: '.erper .bl', nextButton: '.erper .br', observer: true, observeParents: true, // pagination: '.prnav .swiper-pagination', onSlideChangeStart: function (swiper) { // alert(swiper.activeIndex); $('.elper .swiper-slide').removeClass('on').eq(swiper.activeIndex).addClass('on'); $('.erper .swiper-slide').removeClass('on').eq(swiper.activeIndex).addClass('on'); elper.slideTo(swiper.activeIndex, 1000, false); } }); $('.elper .swiper-slide').click(function () { $('.elper .swiper-slide').removeClass('on').eq($(this).index()).addClass('on'); $('.erper .swiper-slide').removeClass('on').eq($(this).index()).addClass('on'); erper.slideTo($(this).index(), 1000, false); }) if ($(window).width() > 800) { $('.proeom .elper').css('height', $('.proeom .erper').outerHeight()) $(window).resize(function () { $('.proeom .elper').css('height', $('.proeom .erper').outerHeight()) }); } else { $('.proeom .elper').css('height', 'auto') $(window).resize(function () { $('.proeom .elper').css('height', 'auto') }); } var relatper = new Swiper('.relatper .swiper-container', { speed:1000, preventClicks: false, slidesPerView: '3', spaceBetween: 20, // loop: true, pagination: '.relatper .swiper-pagination', paginationClickable: true, prevButton: '.relatper .bl', nextButton: '.relatper .br', breakpoints: { 800: { slidesPerView: 2, spaceBetween: 10, } }, onSlideChangeStart: function (swiper) { console.log(swiper.activeIndex) } }); $('.prr .cenu').click(function(){ $('.propm .prl').fadeIn(300); $('.propm .pack').fadeIn(300); }) $('.propm .pack,.prl .clck').click(function(){ $('.propm .prl').fadeOut(300); $('.propm .pack').fadeOut(300); }) //是否有二级菜单,有显示下拉箭头 $(".eul").each(function () { $(this).parents(".rli").addClass("has-navs"); }) //是否有二级菜单,有显示下拉箭头 $(".sul").each(function () { $(this).parents(".el").addClass("has-navss"); }) $(".has-navs").click(function (e) { // if ($(window).width() <= 1200) { e.preventDefault(); if ($(this).hasClass("show")) { $(this).removeClass("show") $(this).find(".eul").slideUp(300) } else { $(this).addClass("show") $(this).find(".eul").slideDown(300) // $(this).siblings(".has-nav").removeClass("show").find('.eul').slideUp(300); // $(this).removeClass("show").find('.eul').slideUp(300); } // } }) $(".has-navss").click(function (e) { // if ($(window).width() <= 1200) { e.preventDefault(); if ($(this).hasClass("show")) { $(this).removeClass("show") $(this).find(".sul").slideUp(300) } else { $(this).addClass("show") $(this).find(".sul").slideDown(300) // $(this).siblings(".has-nav").removeClass("show").find('.eul').slideUp(300); // $(this).removeClass("show").find('.eul').slideUp(300); } // } }) $('.eul .el').click(function (e) { e.stopPropagation(); }) $('.eul .es').click(function (e) { e.stopPropagation(); }) $('.sul a').click(function (e) { e.stopPropagation(); }) $('.reul .item').click(function () { $('.reul .item').removeClass('active').eq($(this).index()).addClass('active'); $('.maul .sacem').removeClass('active').eq($(this).index('.item')).addClass('active'); console.log($(this).index('.item')) }) $('.active').each(function () { $(this).parents('.has-navs').addClass('show'); $(this).parents('.has-navs').find('.eul').slideDown(300); $(this).parents('.has-navss').addClass('show'); $(this).parents('.has-navss').find('.sul').slideDown(300); $('.maul .sacem').removeClass('active').eq($(this).index('.item')).addClass('active'); console.log($(this).index('.item')) }) $('#code').qrcode({ width: 100, height: 100, render: "canvas", correctLevel: 0, text: window.locations.href }); }) function add(id) { var num = $('input[name=num]').val() hn.load();// loading层 $.ajax({ url:"/home/Public/addInquiry.html", type: "POST", data: {'id':id,'num':num}, dataType:"json", success:function(res){ // console.log(datresa);return false; hn.hideLoad();// 关闭loading层 hn.msg('操作成功', 1, function (){ // locations.reload(); // window.locations.href = res.data.url; }); } }) }