if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)){window.location=window.location.href.replace('www.','m.');}
当前位置:信阳毛尖 > 信阳毛尖百科 > 信阳毛尖的泡法 >
茶叶分类CATEGOR
信阳毛尖热卖LIKELY
信阳毛尖知识ZHISHI
信阳毛尖功效GONGXIAO
信阳毛尖推荐GOODTEA
信阳毛尖泡法PAOFA
信阳毛尖保存BAOCUN
信阳毛尖工艺GONGYI
$(document).ready(function(e) { //分类滑动 var delay = null; var $obj_move = null; $("#main_left1 a.tit2").mouseover(function(){ $obj_move = $(this); delay = setTimeout(function(){ var $self = $obj_move; if ($self.find(':animated').length === 0){ $self.siblings().each(function(){ $(this).removeClass('current').next('.box').slideUp(100); }).end().addClass('current').next('.box').slideDown(100); } },200); }).mouseout(function(){ clearTimeout(delay); }); });
信阳毛尖订购热线(免长途费) 187-3866-0300 服务时间 周一至周日:09:00——22:00

新手指南

如何支付

配送方式

服务保障

帮助中心

本站所有信阳毛尖茶叶都支持货到付款
//购物车 var cart_count = $.cookie('cart_count'); if(cart_count == "")cart_count = "0"; $(".deep_red").text(cart_count); //登录信息 var user_name = $.cookie('user_name'); if(user_name && user_name.length > 0)$("#login_info").html("您好,"+user_name+" | 退出 | ");