ajax 失败 手机端_ajax 移动端请求失败??

本文探讨了在Chrome中使用移动调试功能能够成功执行Ajax请求,但相同操作在华为Mate7手机上却失败的情况。作者详细展示了具体的JavaScript代码实现,并提出了疑问。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

是这样子的,我用chorme的移动调试可以成功地使用ajax,但是用手机(我的手机是华为mate7)打开执行则失效,这是为什么呢?

$(".cRemind").click(function(){

// 后台下订单提醒功能

var phone = $("#phone").val();//客户填写的电话

var name = $('#name').val();//客户名字

var price_total=$(".part_total").html();//商品总价格

var city = $('#city').val(); //市

var curr_time = new Date();//下单时间

var times = curr_time.getFullYear()+"年";

times += curr_time.getMonth()+1+"月";

times += curr_time.getDate()+"日";

times += curr_time.getHours()+":";

times += curr_time.getMinutes()+":";

times += curr_time.getSeconds();

var type = $("[attr-select='1']").attr("attr-val");//支付方式

var phone_list1 ='137XXX';

var phone_list2 ='137XXX';

$.ajax({

url: 'http://ms.qq.com/sms/remind',

type: "post",

data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list1},

dataType: "jsonp",

cache: false

});

$.ajax({

url: 'http://ms.qq.com/sms/remind',

type: "post",

data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list2},

dataType: "jsonp",

cache: false

});

})

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值