目录
javascript - ajax 移动端请求失败??
ajax
javascript
php
是这样子的,我用chorme的移动调试可以成功地使用ajax,但是用手机(我的手机是华为mate7)打开执行则失效,这是为什么呢?
<code><script> $(".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 }); }) </script></code>
登录后复制
登录后复制
回复内容:
是这样子的,我用chorme的移动调试可以成功地使用ajax,但是用手机(我的手机是华为mate7)打开执行则失效,这是为什么呢?
<code><script> $(".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 }); }) </script></code>
登录后复制
登录后复制
按照你说的是在chrome中使可以的,但是在移动端就不行了。如果有抓包工具可以调试下, 请求是否异常等等。如果没有抓包工具,可以在代码中加入几个提示性的动作比如说alert(),在ajax中添加回调函数等等来进行调试,应该是很容易发现问题出在哪的。
ps: 还有两个建议就是你的下单总金额从前台传的话不安全,这个应该是服务端计算才好一点吧;第二个就是时间可能的话可以在服务端在进行入库,毕竟本地时间不知道是不是准确的。(个人建议哈)
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章
R.E.P.O.能量晶体解释及其做什么(黄色晶体)
2 周前
By 尊渡假赌尊渡假赌尊渡假赌
仓库:如何复兴队友
4 周前
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island冒险:如何获得巨型种子
3 周前
By 尊渡假赌尊渡假赌尊渡假赌
击败分裂小说需要多长时间?
3 周前
By DDD
R.E.P.O.保存文件位置:在哪里以及如何保护它?
3 周前
By DDD

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

适用于 Ubuntu 和 Debian 的 PHP 8.4 安装和升级指南

如何设置 Visual Studio Code (VS Code) 进行 PHP 开发
