购物车

销售中心:021-63049771  63017164  63016131  陈晓伟

投诉中心:021-63057324  陈深

传真电话:021-63020690

工作时间:周一至周五  9:00 - 18:00

首页 >  >  > 

品牌:

型号:

价格:

订购价:

运费:包邮


立即购买 加入购物车

    服务承诺

  • 壹年保修
  • 超值包邮
  • 正品保证

产品推荐

产品介绍

产品参数

售后服务

技术支持: 网站推广 | 网站维护- 沪ICP备07507566号-1 网站XML地图

$(document).ready(function () { $("#content .tab").hide(); // Initially hide all content $("#tabs li:first").attr("id", "current"); // Activate first tab $("#content div:first").fadeIn(); // Show first tab content $('#tabs a').click(function (e) { e.preventDefault(); $("#content .tab").hide(); //Hide all content $("#tabs li").attr("id", ""); //Reset id's $(this).parent().attr("id", "current"); // Activate this $('#' + $(this).attr('title')).fadeIn(); // Show content for current tab }); $("#ProAdd").click(function () { $("#ProNumber").text(parseInt($("#ProNumber").text()) + 1); }) $("#ProDel").click(function () { if (parseInt($("#ProNumber").text()) > 1) { $("#ProNumber").text(parseInt($("#ProNumber").text()) - 1); } }); $(".pay1").click(function () { var $Price = $("#Price").val(); var $ProName = $("#PageName").val(); var $ProNumber = $("#ProNumber").text(); var $ProImage = $("#ProImage").text(); var $pId = $("#pId").val(); $.ajax({ url: "Handler.aspx", data: { MoneyPrice: $Price, ProImage: $ProImage, IsType: 3, number: $ProNumber, ProName: $ProName, pId: $pId }, DataType: "Json", type: "POST", success: function (date) { if (date == "1") { if (!confirm("加入购物车成功,是否继续购物?")) return false; window.location.href = "car_shop.aspx" } else { if (!confirm("您还没登陆,是否去登陆?")) return false; window.location.href = "login.aspx?proId=" + $pId } } }) }); $(".pay").click(function () { var $Price = $("#Price").val(); var $ProName = $("#PageName").val(); var $ProNumber = $("#ProNumber").text(); var $ProImage = $("#ProImage").text(); var $pId = $("#pId").val(); $.ajax({ url: "Handler.aspx", data: { MoneyPrice: $Price, ProImage: $ProImage, IsType: 12, number: $ProNumber, ProName: $ProName, pId: $pId }, DataType: "Json", type: "POST", success: function (date) { if (date!="0") { window.location.href = "payment.aspx?Id=" + date; } else { if (!confirm("您还没登陆,是否去登陆?")) return false; window.location.href = "login.aspx?proId=" + $pId } } }) }) })();