欢迎来到夏日商城
登录
注册
签到
返回首页
|
查看购物车
|
我的订单
分期付款
|
iPhone 6S
|
iphone SE
|
iphone 6
|
同城闪送
|
手机回收
|
件
去购物车结算>
0
商品分类
首页
手机大全
二手特卖
手机回收
货到付款
当前位置:
首页
>
手机配件专区
手机配件
蓝牙耳机
原装耳机
原装电池
智能配件
充电器
数据线
配件其他
座充
存储卡
移动电源
原装皮套/壳
盒子
路由器
屏幕贴膜
热销排行榜
捷波朗DRIVE领航者 /捷波朗型号: DRIVE...
夏日价:
¥410元
捷波朗 畅驰车载/内置感应器随车门开关而激...
夏日价:
¥700元
文章资讯
手机碎屏不再怕 保障来啦~
520 价给你!送终身免费...
十一大放价,不夜城手机全场...
关于苹果手机升级ios8....
关于冒充上海夏日商城的诈骗...
分期付款详情-上海夏日商城
苹果手表14条使用小技巧!...
最接近真实 三星Galax...
或再创吉尼斯记录 金立EL...
分析师预测 Apple W...
最近浏览
苹果充电器/方便易用
¥80元
苹果5/5s/6/6S数据线/原装金手指数据线
¥80元
苹果5/5s/6/6s原装耳机/
¥120元
小米手环/了解你的身体状况 你需要一个小米手环
¥160元
function sxmore(){ var aaa=$('.shuxingsxlist').html(); if(aaa!=""){ shaixuanmore(); } }
商品筛选:
全部撤销>>
品牌:
全部
捷波朗
收起
更多
默认
销量
价格
价格:
至
元
共 2 件商品
1/1
捷波朗DRIVE领航者 车载/捷波朗型号: DRI...
正品原装 低价促销
已销售112件 | 已浏览:2052人
夏日价:
¥410元
评论(0)
对比
降价通知
捷波朗 畅驰车载/内置感应器随车门开关...
品牌蓝牙 创新生活!
已销售65件 | 已浏览:1688人
夏日价:
¥700元
评论(0)
对比
降价通知
共1页
到第
页
看过手机配件的客户还看过:
相关手机
相关手机维修
相关手机号码
相关手机评估
热点资讯
申请友情链接
公司简介
Copyright © 2005-2018 上海夏日商城 版权所有 沪ICP备14024172号-1
降价提醒
一旦商品降价将第一时间通知您,提醒信息最多发送一次,不会对您造成干扰
提醒价:
元及以下
手机号:
*
Email:
//降价通知 $(function(){ $(".price_notify").click(function(){ var user_id = $(this).attr("user_id"); if(user_id == 0){ location.href="http://www.20uk.com/user.php";return false; } $(".thickdiv").show(); $("#notify_box").show(); }); //关闭弹框 $(".thickclose").click(function(){ $(".thickdiv").hide(); $("#notify_box").hide(); }) $("#submit_notice").click(function(){ var user_id = $(".price_notify").attr("user_id"); var goods_id = $(".price_notify").attr("goods_id"); var hopeDiscount = $("#price-notice").val(); var cellphone = $("#cellphone").val(); var email = $("#user_email").val(); var res = checkform(hopeDiscount,cellphone,email); if(!res){ return false; } jQuery.ajax({ url: '/goods.php?act=price_notice', type: 'post', dataType: 'json', data: { 'user_id': user_id, 'goods_id': goods_id, 'hopeDiscount': hopeDiscount, 'cellphone':cellphone, 'email': email, }, cache: false, success: function (result) { if (result.status == 0) { alert(result.msg); $(".thickdiv").hide(); $("#notify_box").hide(); }else{ alert(result.msg); } }, error: function () { } }) }); function checkform(hopeDiscount,cellphone,email){ //期望价 if (hopeDiscount.length == 0){ document.getElementById("priceError").style.display = "inline"; document.getElementById("priceError").innerHTML = "价格不能为空!"; return false; } else{ var myreg = /^[+]?(([1-9]\d*[.]?)|(0.))(\d{0,2})?$/; if (!myreg.test(hopeDiscount)) { document.getElementById("priceError").style.display = "inline"; document.getElementById("priceError").innerHTML = "价格输入格式不正确!"; return false; } else { document.getElementById("priceError").innerHTML = ""; } } //手机号码 if(cellphone.length == 0){ document.getElementById("phoneError").style.display = "inline"; document.getElementById("phoneError").innerHTML = "手机号不能为空!"; $("#cellphone").attr("class", "input-email input-error"); return false; }else{ var rg = /^(0|86|17951)?(1[0-9])[0-9]{9}$/ if (!rg.test(cellphone)) { document.getElementById("phoneError").style.display = "inline"; document.getElementById("phoneError").innerHTML = " 手机格式不正确!"; $("#cellphone").attr("class", "input-email input-error"); return false; } else { document.getElementById("phoneError").innerHTML = ""; } } //邮箱 if(email.length > 0) { var reg = /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/; if (!reg.test(email)) { document.getElementById("MailError").style.display = "inline"; document.getElementById("MailError").innerHTML = "邮箱格式不正确!"; $("#user_email").attr("class", "input-email input-error"); return false; } else { document.getElementById("MailError").innerHTML = ""; } } return true; } })